Shades of Lily #CF98C0
Tints of Lily #CF98C0
RGB
CMYK
RGB Variations
Color information
#CF98C0 (or 0xCF98C0) is known color: Lily. HEX triplet: CF, 98 and C0. RGB value is (207,152,192). Sum of RGB (Red+Green+Blue) = 207+152+192=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CF98C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF98C0 is #30673F. Grayscale: #ACACAC. Windows color (decimal): -3172160 or 12622031. OLE color: 12622031.
HSL color Cylindrical-coordinate representation of color #CF98C0: hue angle of 316.36º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CF98C0 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 192 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.19 |
| HSL | 316.36º | 0.36% | 0.7% | - |
| HSV(B) | 316.36º | 0.27% | 0.81% | - |
| XYZ | 46.47 | 39.53 | 55.05 | - |
| YUV | 173.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 192 | 0 | 0.27 | 0.07 | 0.19 | 316.36 | 0.36 | 0.7 |
| Hex | CF | 98 | C0 | 0 | 1B | 7 | 13 | 13C | 24 | 46 |
| Octal | 317 | 230 | 300 | 0 | 33 | 7 | 23 | 474 | 44 | 106 |
| Binary | 11001111 | 10011000 | 11000000 | 0 | 11011 | 111 | 10011 | 100111100 | 100100 | 1000110 |
Color Harmonies of #CF98C0
Complementary color
Monochromatic Colors of #CF98C0
Black with #CF98C0
Text Example
Text Example
White with #CF98C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF98C0; }
p { color: rgb(207,152,192); }
H1.HeaderClassName
{
color: #CF98C0;
}
.AnyTagClassName
{
color: #CF98C0;
}
</style>
background-color css
<style>
a { background-color: #CF98C0; }
a { background-color: rgb(207,152,192); }
div.DivClassName
{
background-color: #CF98C0;
}
.BgClassName
{
background-color: #CF98C0;
}
</style>
border-color css
<style>
span { border-color: #CF98C0; }
span { border-color: rgb(207,152,192); }
td.TdClassName
{
border-color: #CF98C0;
}
.TagClassName
{
border-color: #CF98C0;
}
</style>