#D08EBC

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

Shades of Lily #D08EBC

Tints of Lily #D08EBC

Color information

#D08EBC (or 0xD08EBC) is unknown color: approx Lily. HEX triplet: D0, 8E and BC. RGB value is (208,142,188). Sum of RGB (Red+Green+Blue) = 208+142+188=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D08EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08EBC is #2F7143. Grayscale: #A6A6A6. Windows color (decimal): -3109188 or 12357328. OLE color: 12357328.

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

Color convert

RGB208142188-
CMYK00.320.100.18
HSL318.18º41.25%68.63%-
HSV(B)318.18º31.73%81.57%-
XYZ44.7636.3952.24-
YUV166.98139.87157.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.66%
GREEN value IS 142 (55.86% from 255) = 26.39%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=38.66%
G=26.39%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814218800.320.100.18318.1841.2568.63
HexD08EBC020A1213e2945
Octal320216274040122247651105
Binary11010000100011101011110001000001010100101001111101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08EBC; }

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

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

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

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

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

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

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

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