#D08CBF

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

Shades of Lily #D08CBF

Tints of Lily #D08CBF

Color information

#D08CBF (or 0xD08CBF) is unknown color: approx Lily. HEX triplet: D0, 8C and BF. RGB value is (208,140,191). Sum of RGB (Red+Green+Blue) = 208+140+191=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D08CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08CBF is #2F7340. Grayscale: #A6A6A6. Windows color (decimal): -3109697 or 12553424. OLE color: 12553424.

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

Color convert

RGB208140191-
CMYK00.330.080.18
HSL315º41.98%68.24%-
HSV(B)315º32.69%81.57%-
XYZ44.7935.9353.86-
YUV166.15142.03157.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.59%
GREEN value IS 140 (55.08% from 255) = 25.97%
BLUE value IS 191 (75% from 255) = 35.44%
R=38.59%
G=25.97%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814019100.330.080.1831541.9868.24
HexD08CBF02181213b2a44
Octal320214277041102247352104
Binary11010000100011001011111101000011000100101001110111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08CBF; }

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

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

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

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

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

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

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

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