Shades of Lilac #CF99C7
Tints of Lilac #CF99C7
RGB
CMYK
RGB Variations
Color information
#CF99C7 (or 0xCF99C7) is known color: Lilac. HEX triplet: CF, 99 and C7. RGB value is (207,153,199). Sum of RGB (Red+Green+Blue) = 207+153+199=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CF99C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99C7 is #306638. Grayscale: #AEAEAE. Windows color (decimal): -3171897 or 13081039. OLE color: 13081039.
HSL color Cylindrical-coordinate representation of color #CF99C7: hue angle of 308.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 #CF99C7 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 199 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.19 |
| HSL | 308.89º | 0.36% | 0.71% | - |
| HSV(B) | 308.89º | 0.26% | 0.81% | - |
| XYZ | 47.43 | 40.17 | 59.29 | - |
| YUV | 174.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 199 | 0 | 0.26 | 0.04 | 0.19 | 308.89 | 0.36 | 0.71 |
| Hex | CF | 99 | C7 | 0 | 1A | 4 | 13 | 135 | 24 | 47 |
| Octal | 317 | 231 | 307 | 0 | 32 | 4 | 23 | 465 | 44 | 107 |
| Binary | 11001111 | 10011001 | 11000111 | 0 | 11010 | 100 | 10011 | 100110101 | 100100 | 1000111 |
Color Harmonies of #CF99C7
Complementary color
Monochromatic Colors of #CF99C7
Black with #CF99C7
Text Example
Text Example
White with #CF99C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF99C7; }
p { color: rgb(207,153,199); }
H1.HeaderClassName
{
color: #CF99C7;
}
.AnyTagClassName
{
color: #CF99C7;
}
</style>
background-color css
<style>
a { background-color: #CF99C7; }
a { background-color: rgb(207,153,199); }
div.DivClassName
{
background-color: #CF99C7;
}
.BgClassName
{
background-color: #CF99C7;
}
</style>
border-color css
<style>
span { border-color: #CF99C7; }
span { border-color: rgb(207,153,199); }
td.TdClassName
{
border-color: #CF99C7;
}
.TagClassName
{
border-color: #CF99C7;
}
</style>