#D08EBA

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

Shades of Lily #D08EBA

Tints of Lily #D08EBA

Color information

#D08EBA (or 0xD08EBA) is unknown color: approx Lily. HEX triplet: D0, 8E and BA. RGB value is (208,142,186). Sum of RGB (Red+Green+Blue) = 208+142+186=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D08EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08EBA is #2F7145. Grayscale: #A6A6A6. Windows color (decimal): -3109190 or 12226256. OLE color: 12226256.

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

Color convert

RGB208142186-
CMYK00.320.110.18
HSL320º41.25%68.63%-
HSV(B)320º31.73%81.57%-
XYZ44.5536.351.11-
YUV166.75138.87157.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.81%
GREEN value IS 142 (55.86% from 255) = 26.49%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=38.81%
G=26.49%
B=34.70%

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
Decimal20814218600.320.110.1832041.2568.63
HexD08EBA020B121402945
Octal320216272040132250051105
Binary11010000100011101011101001000001011100101010000001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08EBA; }

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

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

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

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

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

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

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

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