Shades of Lilac #CF99C2
Tints of Lilac #CF99C2
RGB
CMYK
RGB Variations
Color information
#CF99C2 (or 0xCF99C2) is known color: Lilac. HEX triplet: CF, 99 and C2. RGB value is (207,153,194). Sum of RGB (Red+Green+Blue) = 207+153+194=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CF99C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99C2 is #30663D. Grayscale: #ADADAD. Windows color (decimal): -3171902 or 12753359. OLE color: 12753359.
HSL color Cylindrical-coordinate representation of color #CF99C2: hue angle of 314.44º 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 #CF99C2 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 194 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.19 |
| HSL | 314.44º | 0.36% | 0.71% | - |
| HSV(B) | 314.44º | 0.26% | 0.81% | - |
| XYZ | 46.86 | 39.94 | 56.28 | - |
| YUV | 173.82 | 139.39 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 194 | 0 | 0.26 | 0.06 | 0.19 | 314.44 | 0.36 | 0.71 |
| Hex | CF | 99 | C2 | 0 | 1A | 6 | 13 | 13A | 24 | 47 |
| Octal | 317 | 231 | 302 | 0 | 32 | 6 | 23 | 472 | 44 | 107 |
| Binary | 11001111 | 10011001 | 11000010 | 0 | 11010 | 110 | 10011 | 100111010 | 100100 | 1000111 |
Color Harmonies of #CF99C2
Complementary color
Monochromatic Colors of #CF99C2
Black with #CF99C2
Text Example
Text Example
White with #CF99C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF99C2; }
p { color: rgb(207,153,194); }
H1.HeaderClassName
{
color: #CF99C2;
}
.AnyTagClassName
{
color: #CF99C2;
}
</style>
background-color css
<style>
a { background-color: #CF99C2; }
a { background-color: rgb(207,153,194); }
div.DivClassName
{
background-color: #CF99C2;
}
.BgClassName
{
background-color: #CF99C2;
}
</style>
border-color css
<style>
span { border-color: #CF99C2; }
span { border-color: rgb(207,153,194); }
td.TdClassName
{
border-color: #CF99C2;
}
.TagClassName
{
border-color: #CF99C2;
}
</style>