#D08EBB

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

Shades of Lily #D08EBB

Tints of Lily #D08EBB

Color information

#D08EBB (or 0xD08EBB) is unknown color: approx Lily. HEX triplet: D0, 8E and BB. RGB value is (208,142,187). Sum of RGB (Red+Green+Blue) = 208+142+187=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D08EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08EBB is #2F7144. Grayscale: #A6A6A6. Windows color (decimal): -3109189 or 12291792. OLE color: 12291792.

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

Color convert

RGB208142187-
CMYK00.320.100.18
HSL319.09º41.25%68.63%-
HSV(B)319.09º31.73%81.57%-
XYZ44.6636.3451.68-
YUV166.86139.37157.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.73%
GREEN value IS 142 (55.86% from 255) = 26.44%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=38.73%
G=26.44%
B=34.82%

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
Decimal20814218700.320.100.18319.0941.2568.63
HexD08EBB020A1213f2945
Octal320216273040122247751105
Binary11010000100011101011101101000001010100101001111111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08EBB; }

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

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

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

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

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

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

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

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