#D0A5C7

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

Shades of Lilac #D0A5C7

Tints of Lilac #D0A5C7

Color information

#D0A5C7 (or 0xD0A5C7) is unknown color: approx Lilac. HEX triplet: D0, A5 and C7. RGB value is (208,165,199). Sum of RGB (Red+Green+Blue) = 208+165+199=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A5C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A5C7 is #2F5A38. Grayscale: #B5B5B5. Windows color (decimal): -3103289 or 13084112. OLE color: 13084112.

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

Color convert

RGB208165199-
CMYK00.210.040.18
HSL312.56º31.39%73.14%-
HSV(B)312.56º20.67%81.57%-
XYZ49.7844.4459.99-
YUV181.73137.75146.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.36%
GREEN value IS 165 (64.84% from 255) = 28.85%
BLUE value IS 199 (78.12% from 255) = 34.79%
R=36.36%
G=28.85%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816519900.210.040.18312.5631.3973.14
HexD0A5C70154121391f49
Octal32024530702542247137111
Binary11010000101001011100011101010110010010100111001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A5C7; }

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

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

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

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

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

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

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

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