Shades of Lilac #CE99C2
Tints of Lilac #CE99C2
RGB
CMYK
RGB Variations
Color information
#CE99C2 (or 0xCE99C2) is known color: Lilac. HEX triplet: CE, 99 and C2. RGB value is (206,153,194). Sum of RGB (Red+Green+Blue) = 206+153+194=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CE99C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE99C2 is #31663D. Grayscale: #ADADAD. Windows color (decimal): -3237438 or 12753358. OLE color: 12753358.
HSL color Cylindrical-coordinate representation of color #CE99C2: hue angle of 313.58º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CE99C2 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 194 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.19 |
| HSL | 313.58º | 0.35% | 0.7% | - |
| HSV(B) | 313.58º | 0.26% | 0.81% | - |
| XYZ | 46.58 | 39.8 | 56.27 | - |
| YUV | 173.52 | 139.56 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 194 | 0 | 0.26 | 0.06 | 0.19 | 313.58 | 0.35 | 0.7 |
| Hex | CE | 99 | C2 | 0 | 1A | 6 | 13 | 13A | 23 | 46 |
| Octal | 316 | 231 | 302 | 0 | 32 | 6 | 23 | 472 | 43 | 106 |
| Binary | 11001110 | 10011001 | 11000010 | 0 | 11010 | 110 | 10011 | 100111010 | 100011 | 1000110 |
Color Harmonies of #CE99C2
Complementary color
Monochromatic Colors of #CE99C2
Black with #CE99C2
Text Example
Text Example
White with #CE99C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE99C2; }
p { color: rgb(206,153,194); }
H1.HeaderClassName
{
color: #CE99C2;
}
.AnyTagClassName
{
color: #CE99C2;
}
</style>
background-color css
<style>
a { background-color: #CE99C2; }
a { background-color: rgb(206,153,194); }
div.DivClassName
{
background-color: #CE99C2;
}
.BgClassName
{
background-color: #CE99C2;
}
</style>
border-color css
<style>
span { border-color: #CE99C2; }
span { border-color: rgb(206,153,194); }
td.TdClassName
{
border-color: #CE99C2;
}
.TagClassName
{
border-color: #CE99C2;
}
</style>