#D08CBE

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

Shades of Lily #D08CBE

Tints of Lily #D08CBE

Color information

#D08CBE (or 0xD08CBE) is unknown color: approx Lily. HEX triplet: D0, 8C and BE. RGB value is (208,140,190). Sum of RGB (Red+Green+Blue) = 208+140+190=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D08CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08CBE is #2F7341. Grayscale: #A5A5A5. Windows color (decimal): -3109698 or 12487888. OLE color: 12487888.

HSL color Cylindrical-coordinate representation of color #D08CBE: hue angle of 315.88º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D08CBE is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB208140190-
CMYK00.330.090.18
HSL315.88º41.98%68.24%-
HSV(B)315.88º32.69%81.57%-
XYZ44.6835.8853.29-
YUV166.03141.53157.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.66%
GREEN value IS 140 (55.08% from 255) = 26.02%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=38.66%
G=26.02%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814019000.330.090.18315.8841.9868.24
HexD08CBE02191213c2a44
Octal320214276041112247452104
Binary11010000100011001011111001000011001100101001111001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08CBE; }

 p { color: rgb(208,140,190); }

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

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

 a { background-color: rgb(208,140,190); }

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

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

 span { border-color: rgb(208,140,190); }

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