#D5ABCD

Color #D5ABCD French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #D5ABCD

Tints of French Lilac #D5ABCD

Color information

#D5ABCD (or 0xD5ABCD) is unknown color: approx French Lilac. HEX triplet: D5, AB and CD. RGB value is (213,171,205). Sum of RGB (Red+Green+Blue) = 213+171+205=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABCD is #2A5432. Grayscale: #BBBBBB. Windows color (decimal): -2774067 or 13478869. OLE color: 13478869.

HSL color Cylindrical-coordinate representation of color #D5ABCD: hue angle of 311.43º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5ABCD is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213171205-
CMYK00.200.040.16
HSL311.43º33.33%75.29%-
HSV(B)311.43º19.72%83.53%-
XYZ53.0247.6864.17-
YUV187.43137.91146.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 36.16%
GREEN value IS 171 (67.19% from 255) = 29.03%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=36.16%
G=29.03%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317120500.200.040.16311.4333.3375.29
HexD5ABCD014410137214b
Octal32525331502442046741113
Binary110101011010101111001101010100100100001001101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABCD; }

 p { color: rgb(213,171,205); }

 H1.HeaderClassName
 {
   color: #D5ABCD;
 }
 .AnyTagClassName
 {
   color: #D5ABCD;
 }
</style>
background-color css

<style>
 a { background-color: #D5ABCD; }

 a { background-color: rgb(213,171,205); }

 div.DivClassName
 {
   background-color: #D5ABCD;
 }
 .BgClassName
 {
   background-color: #D5ABCD;
 }
</style>
border-color css

<style>
 span { border-color: #D5ABCD; }

 span { border-color: rgb(213,171,205); }

 td.TdClassName
 {
   border-color: #D5ABCD;
 }
 .TagClassName
 {
   border-color: #D5ABCD;
 }
</style>