#D08ED2

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

Shades of Lilac #D08ED2

Tints of Lilac #D08ED2

Color information

#D08ED2 (or 0xD08ED2) is unknown color: approx Lilac. HEX triplet: D0, 8E and D2. RGB value is (208,142,210). Sum of RGB (Red+Green+Blue) = 208+142+210=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 210 - color contains mainly: blue. Hex color #D08ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08ED2 is #2F712D. Grayscale: #A9A9A9. Windows color (decimal): -3109166 or 13799120. OLE color: 13799120.

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

Color convert

RGB208142210-
CMYK0.010.3200.18
HSL298.24º43.04%69.02%-
HSV(B)298.24º32.38%82.35%-
XYZ47.3237.4165.7-
YUV169.49150.87155.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.14%
GREEN value IS 142 (55.86% from 255) = 25.36%
BLUE value IS 210 (82.42% from 255) = 37.5%
R=37.14%
G=25.36%
B=37.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081422100.010.3200.18298.2443.0469.02
HexD08ED212001212a2b45
Octal32021632214002245253105
Binary11010000100011101101001011000000100101001010101010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08ED2; }

 p { color: rgb(208,142,210); }

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

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

 a { background-color: rgb(208,142,210); }

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

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

 span { border-color: rgb(208,142,210); }

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