Shades of Lily #D08BBC
Tints of Lily #D08BBC
RGB
CMYK
RGB Variations
Color information
#D08BBC (or 0xD08BBC) is known color: Lily. HEX triplet: D0, 8B and BC. RGB value is (208,139,188). Sum of RGB (Red+Green+Blue) = 208+139+188=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D08BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08BBC is #2F7443. Grayscale: #A5A5A5. Windows color (decimal): -3109956 or 12356560. OLE color: 12356560.
HSL color Cylindrical-coordinate representation of color #D08BBC: hue angle of 317.39º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D08BBC is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 139 | 188 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.18 |
| HSL | 317.39º | 0.42% | 0.68% | - |
| HSV(B) | 317.39º | 0.33% | 0.82% | - |
| XYZ | 44.32 | 35.51 | 52.09 | - |
| YUV | 165.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 139 | 188 | 0 | 0.33 | 0.10 | 0.18 | 317.39 | 0.42 | 0.68 |
| Hex | D0 | 8B | BC | 0 | 21 | A | 12 | 13D | 2A | 44 |
| Octal | 320 | 213 | 274 | 0 | 41 | 12 | 22 | 475 | 52 | 104 |
| Binary | 11010000 | 10001011 | 10111100 | 0 | 100001 | 1010 | 10010 | 100111101 | 101010 | 1000100 |
Color Harmonies of #D08BBC
Complementary color
Monochromatic Colors of #D08BBC
Black with #D08BBC
Text Example
Text Example
White with #D08BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08BBC; }
p { color: rgb(208,139,188); }
H1.HeaderClassName
{
color: #D08BBC;
}
.AnyTagClassName
{
color: #D08BBC;
}
</style>
background-color css
<style>
a { background-color: #D08BBC; }
a { background-color: rgb(208,139,188); }
div.DivClassName
{
background-color: #D08BBC;
}
.BgClassName
{
background-color: #D08BBC;
}
</style>
border-color css
<style>
span { border-color: #D08BBC; }
span { border-color: rgb(208,139,188); }
td.TdClassName
{
border-color: #D08BBC;
}
.TagClassName
{
border-color: #D08BBC;
}
</style>