Shades of Lily #CF98BB
Tints of Lily #CF98BB
RGB
CMYK
RGB Variations
Color information
#CF98BB (or 0xCF98BB) is known color: Lily. HEX triplet: CF, 98 and BB. RGB value is (207,152,187). Sum of RGB (Red+Green+Blue) = 207+152+187=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CF98BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF98BB is #306744. Grayscale: #ACACAC. Windows color (decimal): -3172165 or 12294351. OLE color: 12294351.
HSL color Cylindrical-coordinate representation of color #CF98BB: hue angle of 321.82º 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 #CF98BB is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 187 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.19 |
| HSL | 321.82º | 0.36% | 0.7% | - |
| HSV(B) | 321.82º | 0.27% | 0.81% | - |
| XYZ | 45.93 | 39.31 | 52.18 | - |
| YUV | 172.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 187 | 0 | 0.27 | 0.10 | 0.19 | 321.82 | 0.36 | 0.7 |
| Hex | CF | 98 | BB | 0 | 1B | A | 13 | 142 | 24 | 46 |
| Octal | 317 | 230 | 273 | 0 | 33 | 12 | 23 | 502 | 44 | 106 |
| Binary | 11001111 | 10011000 | 10111011 | 0 | 11011 | 1010 | 10011 | 101000010 | 100100 | 1000110 |
Color Harmonies of #CF98BB
Complementary color
Monochromatic Colors of #CF98BB
Black with #CF98BB
Text Example
Text Example
White with #CF98BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF98BB; }
p { color: rgb(207,152,187); }
H1.HeaderClassName
{
color: #CF98BB;
}
.AnyTagClassName
{
color: #CF98BB;
}
</style>
background-color css
<style>
a { background-color: #CF98BB; }
a { background-color: rgb(207,152,187); }
div.DivClassName
{
background-color: #CF98BB;
}
.BgClassName
{
background-color: #CF98BB;
}
</style>
border-color css
<style>
span { border-color: #CF98BB; }
span { border-color: rgb(207,152,187); }
td.TdClassName
{
border-color: #CF98BB;
}
.TagClassName
{
border-color: #CF98BB;
}
</style>