#D08EB6

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

Shades of Lily #D08EB6

Tints of Lily #D08EB6

Color information

#D08EB6 (or 0xD08EB6) is unknown color: approx Lily. HEX triplet: D0, 8E and B6. RGB value is (208,142,182). Sum of RGB (Red+Green+Blue) = 208+142+182=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D08EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08EB6 is #2F7149. Grayscale: #A6A6A6. Windows color (decimal): -3109194 or 11964112. OLE color: 11964112.

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

Color convert

RGB208142182-
CMYK00.320.120.18
HSL323.64º41.25%68.63%-
HSV(B)323.64º31.73%81.57%-
XYZ44.1336.1348.9-
YUV166.29136.87157.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.10%
GREEN value IS 142 (55.86% from 255) = 26.69%
BLUE value IS 182 (71.48% from 255) = 34.21%
R=39.10%
G=26.69%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814218200.320.120.18323.6441.2568.63
HexD08EB6020C121442945
Octal320216266040142250451105
Binary11010000100011101011011001000001100100101010001001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08EB6; }

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

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

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

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

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

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

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

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