Shades of Lily #CF9EBC
Tints of Lily #CF9EBC
RGB
CMYK
RGB Variations
Color information
#CF9EBC (or 0xCF9EBC) is known color: Lily. HEX triplet: CF, 9E and BC. RGB value is (207,158,188). Sum of RGB (Red+Green+Blue) = 207+158+188=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9EBC is #306143. Grayscale: #B0B0B0. Windows color (decimal): -3170628 or 12361423. OLE color: 12361423.
HSL color Cylindrical-coordinate representation of color #CF9EBC: hue angle of 323.27º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CF9EBC is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 188 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.19 |
| HSL | 323.27º | 0.34% | 0.72% | - |
| HSV(B) | 323.27º | 0.24% | 0.81% | - |
| XYZ | 47.04 | 41.35 | 53.08 | - |
| YUV | 176.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 188 | 0 | 0.24 | 0.09 | 0.19 | 323.27 | 0.34 | 0.72 |
| Hex | CF | 9E | BC | 0 | 18 | 9 | 13 | 143 | 22 | 48 |
| Octal | 317 | 236 | 274 | 0 | 30 | 11 | 23 | 503 | 42 | 110 |
| Binary | 11001111 | 10011110 | 10111100 | 0 | 11000 | 1001 | 10011 | 101000011 | 100010 | 1001000 |
Color Harmonies of #CF9EBC
Complementary color
Monochromatic Colors of #CF9EBC
Black with #CF9EBC
Text Example
Text Example
White with #CF9EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9EBC; }
p { color: rgb(207,158,188); }
H1.HeaderClassName
{
color: #CF9EBC;
}
.AnyTagClassName
{
color: #CF9EBC;
}
</style>
background-color css
<style>
a { background-color: #CF9EBC; }
a { background-color: rgb(207,158,188); }
div.DivClassName
{
background-color: #CF9EBC;
}
.BgClassName
{
background-color: #CF9EBC;
}
</style>
border-color css
<style>
span { border-color: #CF9EBC; }
span { border-color: rgb(207,158,188); }
td.TdClassName
{
border-color: #CF9EBC;
}
.TagClassName
{
border-color: #CF9EBC;
}
</style>