Shades of Lily #D09DBD
Tints of Lily #D09DBD
RGB
CMYK
RGB Variations
Color information
#D09DBD (or 0xD09DBD) is known color: Lily. HEX triplet: D0, 9D and BD. RGB value is (208,157,189). Sum of RGB (Red+Green+Blue) = 208+157+189=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 208 - color contains mainly: red. Hex color #D09DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09DBD is #2F6242. Grayscale: #AFAFAF. Windows color (decimal): -3105347 or 12426704. OLE color: 12426704.
HSL color Cylindrical-coordinate representation of color #D09DBD: hue angle of 322.35º 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 #D09DBD is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 189 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.18 |
| HSL | 322.35º | 0.35% | 0.72% | - |
| HSV(B) | 322.35º | 0.25% | 0.82% | - |
| XYZ | 47.25 | 41.2 | 53.61 | - |
| YUV | 175.9 | 135.4 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 189 | 0 | 0.25 | 0.09 | 0.18 | 322.35 | 0.35 | 0.72 |
| Hex | D0 | 9D | BD | 0 | 19 | 9 | 12 | 142 | 23 | 48 |
| Octal | 320 | 235 | 275 | 0 | 31 | 11 | 22 | 502 | 43 | 110 |
| Binary | 11010000 | 10011101 | 10111101 | 0 | 11001 | 1001 | 10010 | 101000010 | 100011 | 1001000 |
Color Harmonies of #D09DBD
Complementary color
Monochromatic Colors of #D09DBD
Black with #D09DBD
Text Example
Text Example
White with #D09DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09DBD; }
p { color: rgb(208,157,189); }
H1.HeaderClassName
{
color: #D09DBD;
}
.AnyTagClassName
{
color: #D09DBD;
}
</style>
background-color css
<style>
a { background-color: #D09DBD; }
a { background-color: rgb(208,157,189); }
div.DivClassName
{
background-color: #D09DBD;
}
.BgClassName
{
background-color: #D09DBD;
}
</style>
border-color css
<style>
span { border-color: #D09DBD; }
span { border-color: rgb(208,157,189); }
td.TdClassName
{
border-color: #D09DBD;
}
.TagClassName
{
border-color: #D09DBD;
}
</style>