#D08ED1

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

Shades of Lilac #D08ED1

Tints of Lilac #D08ED1

Color information

#D08ED1 (or 0xD08ED1) is unknown color: approx Lilac. HEX triplet: D0, 8E and D1. RGB value is (208,142,209). Sum of RGB (Red+Green+Blue) = 208+142+209=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 209 - color contains mainly: blue. Hex color #D08ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08ED1 is #2F712E. Grayscale: #A9A9A9. Windows color (decimal): -3109167 or 13733584. OLE color: 13733584.

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

Color convert

RGB208142209-
CMYK0.000.3200.18
HSL299.1º42.14%68.82%-
HSV(B)299.1º32.06%81.96%-
XYZ47.1937.3665.05-
YUV169.37150.37155.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.21%
GREEN value IS 142 (55.86% from 255) = 25.40%
BLUE value IS 209 (82.03% from 255) = 37.39%
R=37.21%
G=25.40%
B=37.39%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081422090.000.3200.18299.142.1468.82
HexD08ED102001212b2a45
Octal32021632104002245352105
Binary11010000100011101101000101000000100101001010111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08ED1; }

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

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

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

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

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

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

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

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