Shades of Lilac #CF99D3
Tints of Lilac #CF99D3
RGB
CMYK
RGB Variations
Color information
#CF99D3 (or 0xCF99D3) is known color: Lilac. HEX triplet: CF, 99 and D3. RGB value is (207,153,211). Sum of RGB (Red+Green+Blue) = 207+153+211=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF99D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99D3 is #30662C. Grayscale: #AFAFAF. Windows color (decimal): -3171885 or 13867471. OLE color: 13867471.
HSL color Cylindrical-coordinate representation of color #CF99D3: hue angle of 295.86º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CF99D3 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 153 | 211 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.17 |
| HSL | 295.86º | 0.4% | 0.71% | - |
| HSV(B) | 295.86º | 0.27% | 0.83% | - |
| XYZ | 48.88 | 40.75 | 66.92 | - |
| YUV | 175.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 211 | 0.02 | 0.27 | 0 | 0.17 | 295.86 | 0.4 | 0.71 |
| Hex | CF | 99 | D3 | 2 | 1B | 0 | 11 | 128 | 28 | 47 |
| Octal | 317 | 231 | 323 | 2 | 33 | 0 | 21 | 450 | 50 | 107 |
| Binary | 11001111 | 10011001 | 11010011 | 10 | 11011 | 0 | 10001 | 100101000 | 101000 | 1000111 |
Color Harmonies of #CF99D3
Complementary color
Monochromatic Colors of #CF99D3
Black with #CF99D3
Text Example
Text Example
White with #CF99D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF99D3; }
p { color: rgb(207,153,211); }
H1.HeaderClassName
{
color: #CF99D3;
}
.AnyTagClassName
{
color: #CF99D3;
}
</style>
background-color css
<style>
a { background-color: #CF99D3; }
a { background-color: rgb(207,153,211); }
div.DivClassName
{
background-color: #CF99D3;
}
.BgClassName
{
background-color: #CF99D3;
}
</style>
border-color css
<style>
span { border-color: #CF99D3; }
span { border-color: rgb(207,153,211); }
td.TdClassName
{
border-color: #CF99D3;
}
.TagClassName
{
border-color: #CF99D3;
}
</style>