#D08ECD

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

Shades of Lilac #D08ECD

Tints of Lilac #D08ECD

Color information

#D08ECD (or 0xD08ECD) is unknown color: approx Lilac. HEX triplet: D0, 8E and CD. RGB value is (208,142,205). Sum of RGB (Red+Green+Blue) = 208+142+205=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D08ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08ECD is #2F7132. Grayscale: #A8A8A8. Windows color (decimal): -3109171 or 13471440. OLE color: 13471440.

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

Color convert

RGB208142205-
CMYK00.320.010.18
HSL302.73º41.25%68.63%-
HSV(B)302.73º31.73%81.57%-
XYZ46.737.1662.47-
YUV168.92148.37155.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 142 (55.86% from 255) = 25.59%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=37.48%
G=25.59%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814220500.320.010.18302.7341.2568.63
HexD08ECD02011212f2945
Octal32021631504012245751105
Binary11010000100011101100110101000001100101001011111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08ECD; }

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

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

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

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

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

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

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

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