Shades of Lily #CF8EBC
Tints of Lily #CF8EBC
RGB
CMYK
RGB Variations
Color information
#CF8EBC (or 0xCF8EBC) is known color: Lily. HEX triplet: CF, 8E and BC. RGB value is (207,142,188). Sum of RGB (Red+Green+Blue) = 207+142+188=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8EBC is #307143. Grayscale: #A6A6A6. Windows color (decimal): -3174724 or 12357327. OLE color: 12357327.
HSL color Cylindrical-coordinate representation of color #CF8EBC: hue angle of 317.54º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CF8EBC is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 142 | 188 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.19 |
| HSL | 317.54º | 0.4% | 0.68% | - |
| HSV(B) | 317.54º | 0.31% | 0.81% | - |
| XYZ | 44.48 | 36.24 | 52.23 | - |
| YUV | 166.68 | 140.03 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 188 | 0 | 0.31 | 0.09 | 0.19 | 317.54 | 0.4 | 0.68 |
| Hex | CF | 8E | BC | 0 | 1F | 9 | 13 | 13E | 28 | 44 |
| Octal | 317 | 216 | 274 | 0 | 37 | 11 | 23 | 476 | 50 | 104 |
| Binary | 11001111 | 10001110 | 10111100 | 0 | 11111 | 1001 | 10011 | 100111110 | 101000 | 1000100 |
Color Harmonies of #CF8EBC
Complementary color
Monochromatic Colors of #CF8EBC
Black with #CF8EBC
Text Example
Text Example
White with #CF8EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8EBC; }
p { color: rgb(207,142,188); }
H1.HeaderClassName
{
color: #CF8EBC;
}
.AnyTagClassName
{
color: #CF8EBC;
}
</style>
background-color css
<style>
a { background-color: #CF8EBC; }
a { background-color: rgb(207,142,188); }
div.DivClassName
{
background-color: #CF8EBC;
}
.BgClassName
{
background-color: #CF8EBC;
}
</style>
border-color css
<style>
span { border-color: #CF8EBC; }
span { border-color: rgb(207,142,188); }
td.TdClassName
{
border-color: #CF8EBC;
}
.TagClassName
{
border-color: #CF8EBC;
}
</style>