Shades of Lilac #CE98D0
Tints of Lilac #CE98D0
RGB
CMYK
RGB Variations
Color information
#CE98D0 (or 0xCE98D0) is known color: Lilac. HEX triplet: CE, 98 and D0. RGB value is (206,152,208). Sum of RGB (Red+Green+Blue) = 206+152+208=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE98D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98D0 is #31672F. Grayscale: #AEAEAE. Windows color (decimal): -3237680 or 13670606. OLE color: 13670606.
HSL color Cylindrical-coordinate representation of color #CE98D0: hue angle of 297.86º degrees, saturation: 0.37, 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 #CE98D0 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 152 | 208 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.18 |
| HSL | 297.86º | 0.37% | 0.71% | - |
| HSV(B) | 297.86º | 0.27% | 0.82% | - |
| XYZ | 48.07 | 40.13 | 64.89 | - |
| YUV | 174.53 | 146.89 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 208 | 0.01 | 0.27 | 0 | 0.18 | 297.86 | 0.37 | 0.71 |
| Hex | CE | 98 | D0 | 1 | 1B | 0 | 12 | 12A | 25 | 47 |
| Octal | 316 | 230 | 320 | 1 | 33 | 0 | 22 | 452 | 45 | 107 |
| Binary | 11001110 | 10011000 | 11010000 | 1 | 11011 | 0 | 10010 | 100101010 | 100101 | 1000111 |
Color Harmonies of #CE98D0
Complementary color
Monochromatic Colors of #CE98D0
Black with #CE98D0
Text Example
Text Example
White with #CE98D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE98D0; }
p { color: rgb(206,152,208); }
H1.HeaderClassName
{
color: #CE98D0;
}
.AnyTagClassName
{
color: #CE98D0;
}
</style>
background-color css
<style>
a { background-color: #CE98D0; }
a { background-color: rgb(206,152,208); }
div.DivClassName
{
background-color: #CE98D0;
}
.BgClassName
{
background-color: #CE98D0;
}
</style>
border-color css
<style>
span { border-color: #CE98D0; }
span { border-color: rgb(206,152,208); }
td.TdClassName
{
border-color: #CE98D0;
}
.TagClassName
{
border-color: #CE98D0;
}
</style>