#D9A0CB

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

Shades of Lilac #D9A0CB

Tints of Lilac #D9A0CB

Color information

#D9A0CB (or 0xD9A0CB) is unknown color: approx Lilac. HEX triplet: D9, A0 and CB. RGB value is (217,160,203). Sum of RGB (Red+Green+Blue) = 217+160+203=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A0CB is #265F34. Grayscale: #B5B5B5. Windows color (decimal): -2514741 or 13344985. OLE color: 13344985.

HSL color Cylindrical-coordinate representation of color #D9A0CB: hue angle of 314.74º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9A0CB is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217160203-
CMYK00.260.060.15
HSL314.74º42.86%73.92%-
HSV(B)314.74º26.27%85.1%-
XYZ51.9744.2162.29-
YUV181.94139.88153-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.41%
GREEN value IS 160 (62.89% from 255) = 27.59%
BLUE value IS 203 (79.69% from 255) = 35%
R=37.41%
G=27.59%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716020300.260.060.15314.7442.8673.92
HexD9A0CB01A6F13b2b4a
Octal33124031303261747353112
Binary11011001101000001100101101101011011111001110111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A0CB; }

 p { color: rgb(217,160,203); }

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

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

 a { background-color: rgb(217,160,203); }

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

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

 span { border-color: rgb(217,160,203); }

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