#D09CBF

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

Shades of Lily #D09CBF

Tints of Lily #D09CBF

Color information

#D09CBF (or 0xD09CBF) is unknown color: approx Lily. HEX triplet: D0, 9C and BF. RGB value is (208,156,191). Sum of RGB (Red+Green+Blue) = 208+156+191=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D09CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09CBF is #2F6340. Grayscale: #AFAFAF. Windows color (decimal): -3105601 or 12557520. OLE color: 12557520.

HSL color Cylindrical-coordinate representation of color #D09CBF: hue angle of 319.62º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09CBF is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB208156191-
CMYK00.250.080.18
HSL319.62º35.62%71.37%-
HSV(B)319.62º25%81.57%-
XYZ47.340.9554.7-
YUV175.54136.73151.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 156 (61.33% from 255) = 28.11%
BLUE value IS 191 (75% from 255) = 34.41%
R=37.48%
G=28.11%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815619100.250.080.18319.6235.6271.37
HexD09CBF0198121402447
Octal320234277031102250044107
Binary1101000010011100101111110110011000100101010000001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09CBF; }

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

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

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

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

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

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

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

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