#D09DBF

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

Shades of Lily #D09DBF

Tints of Lily #D09DBF

Color information

#D09DBF (or 0xD09DBF) is unknown color: approx Lily. HEX triplet: D0, 9D and BF. RGB value is (208,157,191). Sum of RGB (Red+Green+Blue) = 208+157+191=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 208 - color contains mainly: red. Hex color #D09DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09DBF is #2F6240. Grayscale: #B0B0B0. Windows color (decimal): -3105345 or 12557776. OLE color: 12557776.

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

Color convert

RGB208157191-
CMYK00.250.080.18
HSL320º35.17%71.57%-
HSV(B)320º24.52%81.57%-
XYZ47.4741.2954.76-
YUV176.12136.4150.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.41%
GREEN value IS 157 (61.72% from 255) = 28.24%
BLUE value IS 191 (75% from 255) = 34.35%
R=37.41%
G=28.24%
B=34.35%

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
Decimal20815719100.250.080.1832035.1771.57
HexD09DBF0198121402348
Octal320235277031102250043110
Binary1101000010011101101111110110011000100101010000001000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09DBF; }

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

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

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

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

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

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

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

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