Shades of Lilac #CE99D0
Tints of Lilac #CE99D0
RGB
CMYK
RGB Variations
Color information
#CE99D0 (or 0xCE99D0) is known color: Lilac. HEX triplet: CE, 99 and D0. RGB value is (206,153,208). Sum of RGB (Red+Green+Blue) = 206+153+208=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE99D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE99D0 is #31662F. Grayscale: #AEAEAE. Windows color (decimal): -3237424 or 13670862. OLE color: 13670862.
HSL color Cylindrical-coordinate representation of color #CE99D0: hue angle of 297.82º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CE99D0 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 153 | 208 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.18 |
| HSL | 297.82º | 0.37% | 0.71% | - |
| HSV(B) | 297.82º | 0.26% | 0.82% | - |
| XYZ | 48.23 | 40.46 | 64.94 | - |
| YUV | 175.12 | 146.56 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 208 | 0.01 | 0.26 | 0 | 0.18 | 297.82 | 0.37 | 0.71 |
| Hex | CE | 99 | D0 | 1 | 1A | 0 | 12 | 12A | 25 | 47 |
| Octal | 316 | 231 | 320 | 1 | 32 | 0 | 22 | 452 | 45 | 107 |
| Binary | 11001110 | 10011001 | 11010000 | 1 | 11010 | 0 | 10010 | 100101010 | 100101 | 1000111 |
Color Harmonies of #CE99D0
Complementary color
Monochromatic Colors of #CE99D0
Black with #CE99D0
Text Example
Text Example
White with #CE99D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE99D0; }
p { color: rgb(206,153,208); }
H1.HeaderClassName
{
color: #CE99D0;
}
.AnyTagClassName
{
color: #CE99D0;
}
</style>
background-color css
<style>
a { background-color: #CE99D0; }
a { background-color: rgb(206,153,208); }
div.DivClassName
{
background-color: #CE99D0;
}
.BgClassName
{
background-color: #CE99D0;
}
</style>
border-color css
<style>
span { border-color: #CE99D0; }
span { border-color: rgb(206,153,208); }
td.TdClassName
{
border-color: #CE99D0;
}
.TagClassName
{
border-color: #CE99D0;
}
</style>