#D0A0CF

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

Shades of Lilac #D0A0CF

Tints of Lilac #D0A0CF

Color information

#D0A0CF (or 0xD0A0CF) is unknown color: approx Lilac. HEX triplet: D0, A0 and CF. RGB value is (208,160,207). Sum of RGB (Red+Green+Blue) = 208+160+207=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A0CF is #2F5F30. Grayscale: #B3B3B3. Windows color (decimal): -3104561 or 13607120. OLE color: 13607120.

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

Color convert

RGB208160207-
CMYK00.230.000.18
HSL301.25º33.8%72.16%-
HSV(B)301.25º23.08%81.57%-
XYZ49.8543.0664.72-
YUV179.71143.4148.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.17%
GREEN value IS 160 (62.89% from 255) = 27.83%
BLUE value IS 207 (81.25% from 255) = 36%
R=36.17%
G=27.83%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816020700.230.000.18301.2533.872.16
HexD0A0CF01701212d2248
Octal32024031702702245542110
Binary1101000010100000110011110101110100101001011011000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A0CF; }

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

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

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

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

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

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

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

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