Shades of Lily #CF99BE
Tints of Lily #CF99BE
RGB
CMYK
RGB Variations
Color information
#CF99BE (or 0xCF99BE) is known color: Lily. HEX triplet: CF, 99 and BE. RGB value is (207,153,190). Sum of RGB (Red+Green+Blue) = 207+153+190=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CF99BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99BE is #306641. Grayscale: #ADADAD. Windows color (decimal): -3171906 or 12491215. OLE color: 12491215.
HSL color Cylindrical-coordinate representation of color #CF99BE: hue angle of 318.89º 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 #CF99BE is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 190 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.19 |
| HSL | 318.89º | 0.36% | 0.71% | - |
| HSV(B) | 318.89º | 0.26% | 0.81% | - |
| XYZ | 46.42 | 39.77 | 53.94 | - |
| YUV | 173.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 190 | 0 | 0.26 | 0.08 | 0.19 | 318.89 | 0.36 | 0.71 |
| Hex | CF | 99 | BE | 0 | 1A | 8 | 13 | 13F | 24 | 47 |
| Octal | 317 | 231 | 276 | 0 | 32 | 10 | 23 | 477 | 44 | 107 |
| Binary | 11001111 | 10011001 | 10111110 | 0 | 11010 | 1000 | 10011 | 100111111 | 100100 | 1000111 |
Color Harmonies of #CF99BE
Complementary color
Monochromatic Colors of #CF99BE
Black with #CF99BE
Text Example
Text Example
White with #CF99BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF99BE; }
p { color: rgb(207,153,190); }
H1.HeaderClassName
{
color: #CF99BE;
}
.AnyTagClassName
{
color: #CF99BE;
}
</style>
background-color css
<style>
a { background-color: #CF99BE; }
a { background-color: rgb(207,153,190); }
div.DivClassName
{
background-color: #CF99BE;
}
.BgClassName
{
background-color: #CF99BE;
}
</style>
border-color css
<style>
span { border-color: #CF99BE; }
span { border-color: rgb(207,153,190); }
td.TdClassName
{
border-color: #CF99BE;
}
.TagClassName
{
border-color: #CF99BE;
}
</style>