#D09BB5

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

Shades of Lily #D09BB5

Tints of Lily #D09BB5

Color information

#D09BB5 (or 0xD09BB5) is unknown color: approx Lily. HEX triplet: D0, 9B and B5. RGB value is (208,155,181). Sum of RGB (Red+Green+Blue) = 208+155+181=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D09BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09BB5 is #2F644A. Grayscale: #ADADAD. Windows color (decimal): -3105867 or 11901904. OLE color: 11901904.

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

Color convert

RGB208155181-
CMYK00.250.130.18
HSL330.57º36.05%71.18%-
HSV(B)330.57º25.48%81.57%-
XYZ46.0740.1949.04-
YUV173.81132.06152.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.24%
GREEN value IS 155 (60.94% from 255) = 28.49%
BLUE value IS 181 (71.09% from 255) = 33.27%
R=38.24%
G=28.49%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815518100.250.130.18330.5736.0571.18
HexD09BB5019D1214b2447
Octal320233265031152251344107
Binary1101000010011011101101010110011101100101010010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09BB5; }

 p { color: rgb(208,155,181); }

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

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

 a { background-color: rgb(208,155,181); }

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

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

 span { border-color: rgb(208,155,181); }

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