#D0A2CC

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

Shades of Lilac #D0A2CC

Tints of Lilac #D0A2CC

Color information

#D0A2CC (or 0xD0A2CC) is unknown color: approx Lilac. HEX triplet: D0, A2 and CC. RGB value is (208,162,204). Sum of RGB (Red+Green+Blue) = 208+162+204=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A2CC is #2F5D33. Grayscale: #B4B4B4. Windows color (decimal): -3104052 or 13411024. OLE color: 13411024.

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

Color convert

RGB208162204-
CMYK00.220.020.18
HSL305.22º32.86%72.55%-
HSV(B)305.22º22.12%81.57%-
XYZ49.8343.6162.92-
YUV180.54141.24147.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.24%
GREEN value IS 162 (63.67% from 255) = 28.22%
BLUE value IS 204 (80.08% from 255) = 35.54%
R=36.24%
G=28.22%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816220400.220.020.18305.2232.8672.55
HexD0A2CC0162121312149
Octal32024231402622246141111
Binary11010000101000101100110001011010100101001100011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A2CC; }

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

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

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

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

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

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

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

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