#D0A1CE

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

Shades of Lilac #D0A1CE

Tints of Lilac #D0A1CE

Color information

#D0A1CE (or 0xD0A1CE) is unknown color: approx Lilac. HEX triplet: D0, A1 and CE. RGB value is (208,161,206). Sum of RGB (Red+Green+Blue) = 208+161+206=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 161 (63.28% from 255 or 28% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A1CE is #2F5E31. Grayscale: #B4B4B4. Windows color (decimal): -3104306 or 13541840. OLE color: 13541840.

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

Color convert

RGB208161206-
CMYK00.230.010.18
HSL302.55º33.33%72.35%-
HSV(B)302.55º22.6%81.57%-
XYZ49.943.3664.13-
YUV180.18142.57147.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.17%
GREEN value IS 161 (63.28% from 255) = 28%
BLUE value IS 206 (80.86% from 255) = 35.83%
R=36.17%
G=28%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816120600.230.010.18302.5533.3372.35
HexD0A1CE01711212f2148
Octal32024131602712245741110
Binary1101000010100001110011100101111100101001011111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A1CE; }

 p { color: rgb(208,161,206); }

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

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

 a { background-color: rgb(208,161,206); }

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

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

 span { border-color: rgb(208,161,206); }

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