Shades of Lilac #CF99CE
Tints of Lilac #CF99CE
RGB
CMYK
RGB Variations
Color information
#CF99CE (or 0xCF99CE) is known color: Lilac. HEX triplet: CF, 99 and CE. RGB value is (207,153,206). Sum of RGB (Red+Green+Blue) = 207+153+206=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CF99CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99CE is #306631. Grayscale: #AFAFAF. Windows color (decimal): -3171890 or 13539791. OLE color: 13539791.
HSL color Cylindrical-coordinate representation of color #CF99CE: hue angle of 301.11º 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 #CF99CE is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 206 | - |
| CMYK | 0 | 0.26 | 0.00 | 0.19 |
| HSL | 301.11º | 0.36% | 0.71% | - |
| HSV(B) | 301.11º | 0.26% | 0.81% | - |
| XYZ | 48.26 | 40.5 | 63.67 | - |
| YUV | 175.19 | 145.39 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 206 | 0 | 0.26 | 0.00 | 0.19 | 301.11 | 0.36 | 0.71 |
| Hex | CF | 99 | CE | 0 | 1A | 0 | 13 | 12D | 24 | 47 |
| Octal | 317 | 231 | 316 | 0 | 32 | 0 | 23 | 455 | 44 | 107 |
| Binary | 11001111 | 10011001 | 11001110 | 0 | 11010 | 0 | 10011 | 100101101 | 100100 | 1000111 |
Color Harmonies of #CF99CE
Complementary color
Monochromatic Colors of #CF99CE
Black with #CF99CE
Text Example
Text Example
White with #CF99CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF99CE; }
p { color: rgb(207,153,206); }
H1.HeaderClassName
{
color: #CF99CE;
}
.AnyTagClassName
{
color: #CF99CE;
}
</style>
background-color css
<style>
a { background-color: #CF99CE; }
a { background-color: rgb(207,153,206); }
div.DivClassName
{
background-color: #CF99CE;
}
.BgClassName
{
background-color: #CF99CE;
}
</style>
border-color css
<style>
span { border-color: #CF99CE; }
span { border-color: rgb(207,153,206); }
td.TdClassName
{
border-color: #CF99CE;
}
.TagClassName
{
border-color: #CF99CE;
}
</style>