Shades of Lily #D09BBC
Tints of Lily #D09BBC
RGB
CMYK
RGB Variations
Color information
#D09BBC (or 0xD09BBC) is known color: Lily. HEX triplet: D0, 9B and BC. RGB value is (208,155,188). Sum of RGB (Red+Green+Blue) = 208+155+188=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 208 - color contains mainly: red. Hex color #D09BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09BBC is #2F6443. Grayscale: #AEAEAE. Windows color (decimal): -3105860 or 12360656. OLE color: 12360656.
HSL color Cylindrical-coordinate representation of color #D09BBC: hue angle of 322.64º 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 #D09BBC is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 188 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.18 |
| HSL | 322.64º | 0.36% | 0.71% | - |
| HSV(B) | 322.64º | 0.25% | 0.82% | - |
| XYZ | 46.81 | 40.48 | 52.92 | - |
| YUV | 174.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 188 | 0 | 0.25 | 0.10 | 0.18 | 322.64 | 0.36 | 0.71 |
| Hex | D0 | 9B | BC | 0 | 19 | A | 12 | 143 | 24 | 47 |
| Octal | 320 | 233 | 274 | 0 | 31 | 12 | 22 | 503 | 44 | 107 |
| Binary | 11010000 | 10011011 | 10111100 | 0 | 11001 | 1010 | 10010 | 101000011 | 100100 | 1000111 |
Color Harmonies of #D09BBC
Complementary color
Monochromatic Colors of #D09BBC
Black with #D09BBC
Text Example
Text Example
White with #D09BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09BBC; }
p { color: rgb(208,155,188); }
H1.HeaderClassName
{
color: #D09BBC;
}
.AnyTagClassName
{
color: #D09BBC;
}
</style>
background-color css
<style>
a { background-color: #D09BBC; }
a { background-color: rgb(208,155,188); }
div.DivClassName
{
background-color: #D09BBC;
}
.BgClassName
{
background-color: #D09BBC;
}
</style>
border-color css
<style>
span { border-color: #D09BBC; }
span { border-color: rgb(208,155,188); }
td.TdClassName
{
border-color: #D09BBC;
}
.TagClassName
{
border-color: #D09BBC;
}
</style>