Shades of Lily #D09BBE
Tints of Lily #D09BBE
RGB
CMYK
RGB Variations
Color information
#D09BBE (or 0xD09BBE) is known color: Lily. HEX triplet: D0, 9B and BE. RGB value is (208,155,190). Sum of RGB (Red+Green+Blue) = 208+155+190=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D09BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09BBE is #2F6441. Grayscale: #AEAEAE. Windows color (decimal): -3105858 or 12491728. OLE color: 12491728.
HSL color Cylindrical-coordinate representation of color #D09BBE: hue angle of 320.38º 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 #D09BBE is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 190 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.18 |
| HSL | 320.38º | 0.36% | 0.71% | - |
| HSV(B) | 320.38º | 0.25% | 0.82% | - |
| XYZ | 47.03 | 40.57 | 54.07 | - |
| YUV | 174.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 190 | 0 | 0.25 | 0.09 | 0.18 | 320.38 | 0.36 | 0.71 |
| Hex | D0 | 9B | BE | 0 | 19 | 9 | 12 | 140 | 24 | 47 |
| Octal | 320 | 233 | 276 | 0 | 31 | 11 | 22 | 500 | 44 | 107 |
| Binary | 11010000 | 10011011 | 10111110 | 0 | 11001 | 1001 | 10010 | 101000000 | 100100 | 1000111 |
Color Harmonies of #D09BBE
Complementary color
Monochromatic Colors of #D09BBE
Black with #D09BBE
Text Example
Text Example
White with #D09BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09BBE; }
p { color: rgb(208,155,190); }
H1.HeaderClassName
{
color: #D09BBE;
}
.AnyTagClassName
{
color: #D09BBE;
}
</style>
background-color css
<style>
a { background-color: #D09BBE; }
a { background-color: rgb(208,155,190); }
div.DivClassName
{
background-color: #D09BBE;
}
.BgClassName
{
background-color: #D09BBE;
}
</style>
border-color css
<style>
span { border-color: #D09BBE; }
span { border-color: rgb(208,155,190); }
td.TdClassName
{
border-color: #D09BBE;
}
.TagClassName
{
border-color: #D09BBE;
}
</style>