#D0A2CF

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

Shades of Lilac #D0A2CF

Tints of Lilac #D0A2CF

Color information

#D0A2CF (or 0xD0A2CF) is unknown color: approx Lilac. HEX triplet: D0, A2 and CF. RGB value is (208,162,207). Sum of RGB (Red+Green+Blue) = 208+162+207=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A2CF is #2F5D30. Grayscale: #B4B4B4. Windows color (decimal): -3104049 or 13607632. OLE color: 13607632.

HSL color Cylindrical-coordinate representation of color #D0A2CF: hue angle of 301.3º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0A2CF is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB208162207-
CMYK00.220.000.18
HSL301.3º32.86%72.55%-
HSV(B)301.3º22.12%81.57%-
XYZ50.243.7664.83-
YUV180.88142.74147.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.05%
GREEN value IS 162 (63.67% from 255) = 28.08%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=36.05%
G=28.08%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816220700.220.000.18301.332.8672.55
HexD0A2CF01601212d2149
Octal32024231702602245541111
Binary1101000010100010110011110101100100101001011011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A2CF; }

 p { color: rgb(208,162,207); }

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

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

 a { background-color: rgb(208,162,207); }

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

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

 span { border-color: rgb(208,162,207); }

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