Shades of Lilac #CC99D1
Tints of Lilac #CC99D1
RGB
CMYK
RGB Variations
Color information
#CC99D1 (or 0xCC99D1) is known color: Lilac. HEX triplet: CC, 99 and D1. RGB value is (204,153,209). Sum of RGB (Red+Green+Blue) = 204+153+209=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC99D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99D1 is #33662E. Grayscale: #AEAEAE. Windows color (decimal): -3368495 or 13736396. OLE color: 13736396.
HSL color Cylindrical-coordinate representation of color #CC99D1: hue angle of 294.64º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC99D1 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 153 | 209 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.18 |
| HSL | 294.64º | 0.38% | 0.71% | - |
| HSV(B) | 294.64º | 0.27% | 0.82% | - |
| XYZ | 47.8 | 40.22 | 65.57 | - |
| YUV | 174.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 209 | 0.02 | 0.27 | 0 | 0.18 | 294.64 | 0.38 | 0.71 |
| Hex | CC | 99 | D1 | 2 | 1B | 0 | 12 | 127 | 26 | 47 |
| Octal | 314 | 231 | 321 | 2 | 33 | 0 | 22 | 447 | 46 | 107 |
| Binary | 11001100 | 10011001 | 11010001 | 10 | 11011 | 0 | 10010 | 100100111 | 100110 | 1000111 |
Color Harmonies of #CC99D1
Complementary color
Monochromatic Colors of #CC99D1
Black with #CC99D1
Text Example
Text Example
White with #CC99D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC99D1; }
p { color: rgb(204,153,209); }
H1.HeaderClassName
{
color: #CC99D1;
}
.AnyTagClassName
{
color: #CC99D1;
}
</style>
background-color css
<style>
a { background-color: #CC99D1; }
a { background-color: rgb(204,153,209); }
div.DivClassName
{
background-color: #CC99D1;
}
.BgClassName
{
background-color: #CC99D1;
}
</style>
border-color css
<style>
span { border-color: #CC99D1; }
span { border-color: rgb(204,153,209); }
td.TdClassName
{
border-color: #CC99D1;
}
.TagClassName
{
border-color: #CC99D1;
}
</style>