#D0A5CE

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

Shades of Lilac #D0A5CE

Tints of Lilac #D0A5CE

Color information

#D0A5CE (or 0xD0A5CE) is unknown color: approx Lilac. HEX triplet: D0, A5 and CE. RGB value is (208,165,206). Sum of RGB (Red+Green+Blue) = 208+165+206=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A5CE is #2F5A31. Grayscale: #B6B6B6. Windows color (decimal): -3103282 or 13542864. OLE color: 13542864.

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

Color convert

RGB208165206-
CMYK00.210.010.18
HSL302.79º31.39%73.14%-
HSV(B)302.79º20.67%81.57%-
XYZ50.6144.7864.37-
YUV182.53141.25146.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.92%
GREEN value IS 165 (64.84% from 255) = 28.50%
BLUE value IS 206 (80.86% from 255) = 35.58%
R=35.92%
G=28.50%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816520600.210.010.18302.7931.3973.14
HexD0A5CE01511212f1f49
Octal32024531602512245737111
Binary110100001010010111001110010101110010100101111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A5CE; }

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

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

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

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

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

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

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

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