#D08EB9

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

Shades of Lily #D08EB9

Tints of Lily #D08EB9

Color information

#D08EB9 (or 0xD08EB9) is unknown color: approx Lily. HEX triplet: D0, 8E and B9. RGB value is (208,142,185). Sum of RGB (Red+Green+Blue) = 208+142+185=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D08EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08EB9 is #2F7146. Grayscale: #A6A6A6. Windows color (decimal): -3109191 or 12160720. OLE color: 12160720.

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

Color convert

RGB208142185-
CMYK00.320.110.18
HSL320.91º41.25%68.63%-
HSV(B)320.91º31.73%81.57%-
XYZ44.4436.2650.56-
YUV166.64138.37157.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.88%
GREEN value IS 142 (55.86% from 255) = 26.54%
BLUE value IS 185 (72.66% from 255) = 34.58%
R=38.88%
G=26.54%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814218500.320.110.18320.9141.2568.63
HexD08EB9020B121412945
Octal320216271040132250151105
Binary11010000100011101011100101000001011100101010000011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08EB9; }

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

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

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

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

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

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

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

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