Shades of Lilac #CE98D3
Tints of Lilac #CE98D3
RGB
CMYK
RGB Variations
Color information
#CE98D3 (or 0xCE98D3) is known color: Lilac. HEX triplet: CE, 98 and D3. RGB value is (206,152,211). Sum of RGB (Red+Green+Blue) = 206+152+211=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE98D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98D3 is #31672C. Grayscale: #AEAEAE. Windows color (decimal): -3237677 or 13867214. OLE color: 13867214.
HSL color Cylindrical-coordinate representation of color #CE98D3: hue angle of 294.92º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE98D3 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 152 | 211 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.17 |
| HSL | 294.92º | 0.4% | 0.71% | - |
| HSV(B) | 294.92º | 0.28% | 0.83% | - |
| XYZ | 48.44 | 40.28 | 66.85 | - |
| YUV | 174.87 | 148.39 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 211 | 0.02 | 0.28 | 0 | 0.17 | 294.92 | 0.4 | 0.71 |
| Hex | CE | 98 | D3 | 2 | 1C | 0 | 11 | 127 | 28 | 47 |
| Octal | 316 | 230 | 323 | 2 | 34 | 0 | 21 | 447 | 50 | 107 |
| Binary | 11001110 | 10011000 | 11010011 | 10 | 11100 | 0 | 10001 | 100100111 | 101000 | 1000111 |
Color Harmonies of #CE98D3
Complementary color
Monochromatic Colors of #CE98D3
Black with #CE98D3
Text Example
Text Example
White with #CE98D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE98D3; }
p { color: rgb(206,152,211); }
H1.HeaderClassName
{
color: #CE98D3;
}
.AnyTagClassName
{
color: #CE98D3;
}
</style>
background-color css
<style>
a { background-color: #CE98D3; }
a { background-color: rgb(206,152,211); }
div.DivClassName
{
background-color: #CE98D3;
}
.BgClassName
{
background-color: #CE98D3;
}
</style>
border-color css
<style>
span { border-color: #CE98D3; }
span { border-color: rgb(206,152,211); }
td.TdClassName
{
border-color: #CE98D3;
}
.TagClassName
{
border-color: #CE98D3;
}
</style>