#D0A2CD

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

Shades of Lilac #D0A2CD

Tints of Lilac #D0A2CD

Color information

#D0A2CD (or 0xD0A2CD) is unknown color: approx Lilac. HEX triplet: D0, A2 and CD. RGB value is (208,162,205). Sum of RGB (Red+Green+Blue) = 208+162+205=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 162 (63.67% from 255 or 28.17% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A2CD is #2F5D32. Grayscale: #B4B4B4. Windows color (decimal): -3104051 or 13476560. OLE color: 13476560.

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

Color convert

RGB208162205-
CMYK00.220.010.18
HSL303.91º32.86%72.55%-
HSV(B)303.91º22.12%81.57%-
XYZ49.9543.6663.55-
YUV180.66141.74147.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.17%
GREEN value IS 162 (63.67% from 255) = 28.17%
BLUE value IS 205 (80.47% from 255) = 35.65%
R=36.17%
G=28.17%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816220500.220.010.18303.9132.8672.55
HexD0A2CD0161121302149
Octal32024231502612246041111
Binary1101000010100010110011010101101100101001100001000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A2CD; }

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

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

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

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

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

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

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

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