Shades of Lily #CF99BD
Tints of Lily #CF99BD
RGB
CMYK
RGB Variations
Color information
#CF99BD (or 0xCF99BD) is known color: Lily. HEX triplet: CF, 99 and BD. RGB value is (207,153,189). Sum of RGB (Red+Green+Blue) = 207+153+189=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CF99BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99BD is #306642. Grayscale: #ADADAD. Windows color (decimal): -3171907 or 12425679. OLE color: 12425679.
HSL color Cylindrical-coordinate representation of color #CF99BD: hue angle of 320º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF99BD is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 189 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.19 |
| HSL | 320º | 0.36% | 0.71% | - |
| HSV(B) | 320º | 0.26% | 0.81% | - |
| XYZ | 46.31 | 39.72 | 53.37 | - |
| YUV | 173.25 | 136.89 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 189 | 0 | 0.26 | 0.09 | 0.19 | 320 | 0.36 | 0.71 |
| Hex | CF | 99 | BD | 0 | 1A | 9 | 13 | 140 | 24 | 47 |
| Octal | 317 | 231 | 275 | 0 | 32 | 11 | 23 | 500 | 44 | 107 |
| Binary | 11001111 | 10011001 | 10111101 | 0 | 11010 | 1001 | 10011 | 101000000 | 100100 | 1000111 |
Color Harmonies of #CF99BD
Complementary color
Monochromatic Colors of #CF99BD
Black with #CF99BD
Text Example
Text Example
White with #CF99BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF99BD; }
p { color: rgb(207,153,189); }
H1.HeaderClassName
{
color: #CF99BD;
}
.AnyTagClassName
{
color: #CF99BD;
}
</style>
background-color css
<style>
a { background-color: #CF99BD; }
a { background-color: rgb(207,153,189); }
div.DivClassName
{
background-color: #CF99BD;
}
.BgClassName
{
background-color: #CF99BD;
}
</style>
border-color css
<style>
span { border-color: #CF99BD; }
span { border-color: rgb(207,153,189); }
td.TdClassName
{
border-color: #CF99BD;
}
.TagClassName
{
border-color: #CF99BD;
}
</style>