Shades of Lily #D08CBF
Tints of Lily #D08CBF
RGB
CMYK
RGB Variations
Color information
#D08CBF (or 0xD08CBF) is known color: Lily. HEX triplet: D0, 8C and BF. RGB value is (208,140,191). Sum of RGB (Red+Green+Blue) = 208+140+191=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D08CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08CBF is #2F7340. Grayscale: #A6A6A6. Windows color (decimal): -3109697 or 12553424. OLE color: 12553424.
HSL color Cylindrical-coordinate representation of color #D08CBF: hue angle of 315º 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 #D08CBF is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 140 | 191 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.18 |
| HSL | 315º | 0.42% | 0.68% | - |
| HSV(B) | 315º | 0.33% | 0.82% | - |
| XYZ | 44.79 | 35.93 | 53.86 | - |
| YUV | 166.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 140 | 191 | 0 | 0.33 | 0.08 | 0.18 | 315 | 0.42 | 0.68 |
| Hex | D0 | 8C | BF | 0 | 21 | 8 | 12 | 13B | 2A | 44 |
| Octal | 320 | 214 | 277 | 0 | 41 | 10 | 22 | 473 | 52 | 104 |
| Binary | 11010000 | 10001100 | 10111111 | 0 | 100001 | 1000 | 10010 | 100111011 | 101010 | 1000100 |
Color Harmonies of #D08CBF
Complementary color
Monochromatic Colors of #D08CBF
Black with #D08CBF
Text Example
Text Example
White with #D08CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08CBF; }
p { color: rgb(208,140,191); }
H1.HeaderClassName
{
color: #D08CBF;
}
.AnyTagClassName
{
color: #D08CBF;
}
</style>
background-color css
<style>
a { background-color: #D08CBF; }
a { background-color: rgb(208,140,191); }
div.DivClassName
{
background-color: #D08CBF;
}
.BgClassName
{
background-color: #D08CBF;
}
</style>
border-color css
<style>
span { border-color: #D08CBF; }
span { border-color: rgb(208,140,191); }
td.TdClassName
{
border-color: #D08CBF;
}
.TagClassName
{
border-color: #D08CBF;
}
</style>