#D0A6CE

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

Shades of Lilac #D0A6CE

Tints of Lilac #D0A6CE

Color information

#D0A6CE (or 0xD0A6CE) is unknown color: approx Lilac. HEX triplet: D0, A6 and CE. RGB value is (208,166,206). Sum of RGB (Red+Green+Blue) = 208+166+206=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6CE is #2F5931. Grayscale: #B7B7B7. Windows color (decimal): -3103026 or 13543120. OLE color: 13543120.

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

Color convert

RGB208166206-
CMYK00.200.010.18
HSL302.86º30.88%73.33%-
HSV(B)302.86º20.19%81.57%-
XYZ50.7945.1464.43-
YUV183.12140.91145.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.86%
GREEN value IS 166 (65.23% from 255) = 28.62%
BLUE value IS 206 (80.86% from 255) = 35.52%
R=35.86%
G=28.62%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816620600.200.010.18302.8630.8873.33
HexD0A6CE01411212f1f49
Octal32024631602412245737111
Binary110100001010011011001110010100110010100101111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A6CE; }

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

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

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

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

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

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

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

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