#D2A0CF

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

Shades of Lilac #D2A0CF

Tints of Lilac #D2A0CF

Color information

#D2A0CF (or 0xD2A0CF) is unknown color: approx Lilac. HEX triplet: D2, A0 and CF. RGB value is (210,160,207). Sum of RGB (Red+Green+Blue) = 210+160+207=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 160 (62.89% from 255 or 27.73% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A0CF is #2D5F30. Grayscale: #B4B4B4. Windows color (decimal): -2973489 or 13607122. OLE color: 13607122.

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

Color convert

RGB210160207-
CMYK00.240.010.18
HSL303.6º35.71%72.55%-
HSV(B)303.6º23.81%82.35%-
XYZ50.4143.3564.74-
YUV180.31143.06149.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.40%
GREEN value IS 160 (62.89% from 255) = 27.73%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=36.40%
G=27.73%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016020700.240.010.18303.635.7172.55
HexD2A0CF0181121302449
Octal32224031703012246044111
Binary1101001010100000110011110110001100101001100001001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A0CF; }

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

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

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

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

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

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

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

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