#D2A0CB

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

Shades of Lilac #D2A0CB

Tints of Lilac #D2A0CB

Color information

#D2A0CB (or 0xD2A0CB) is unknown color: approx Lilac. HEX triplet: D2, A0 and CB. RGB value is (210,160,203). Sum of RGB (Red+Green+Blue) = 210+160+203=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A0CB is #2D5F34. Grayscale: #B3B3B3. Windows color (decimal): -2973493 or 13344978. OLE color: 13344978.

HSL color Cylindrical-coordinate representation of color #D2A0CB: hue angle of 308.4º 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 #D2A0CB is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB210160203-
CMYK00.240.030.18
HSL308.4º35.71%72.55%-
HSV(B)308.4º23.81%82.35%-
XYZ49.9343.1662.2-
YUV179.85141.06149.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.65%
GREEN value IS 160 (62.89% from 255) = 27.92%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=36.65%
G=27.92%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016020300.240.030.18308.435.7172.55
HexD2A0CB0183121342449
Octal32224031303032246444111
Binary11010010101000001100101101100011100101001101001001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A0CB; }

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

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

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

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

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

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

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

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