Shades of Lilac #CEA9D0
Tints of Lilac #CEA9D0
RGB
CMYK
RGB Variations
Color information
#CEA9D0 (or 0xCEA9D0) is known color: Lilac. HEX triplet: CE, A9 and D0. RGB value is (206,169,208). Sum of RGB (Red+Green+Blue) = 206+169+208=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #CEA9D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA9D0 is #31562F. Grayscale: #B8B8B8. Windows color (decimal): -3233328 or 13674958. OLE color: 13674958.
HSL color Cylindrical-coordinate representation of color #CEA9D0: hue angle of 296.92º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEA9D0 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 169 | 208 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.18 |
| HSL | 296.92º | 0.29% | 0.74% | - |
| HSV(B) | 296.92º | 0.19% | 0.82% | - |
| XYZ | 51.03 | 46.05 | 65.87 | - |
| YUV | 184.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 208 | 0.01 | 0.19 | 0 | 0.18 | 296.92 | 0.29 | 0.74 |
| Hex | CE | A9 | D0 | 1 | 13 | 0 | 12 | 129 | 1D | 4A |
| Octal | 316 | 251 | 320 | 1 | 23 | 0 | 22 | 451 | 35 | 112 |
| Binary | 11001110 | 10101001 | 11010000 | 1 | 10011 | 0 | 10010 | 100101001 | 11101 | 1001010 |
Color Harmonies of #CEA9D0
Complementary color
Monochromatic Colors of #CEA9D0
Black with #CEA9D0
Text Example
Text Example
White with #CEA9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA9D0; }
p { color: rgb(206,169,208); }
H1.HeaderClassName
{
color: #CEA9D0;
}
.AnyTagClassName
{
color: #CEA9D0;
}
</style>
background-color css
<style>
a { background-color: #CEA9D0; }
a { background-color: rgb(206,169,208); }
div.DivClassName
{
background-color: #CEA9D0;
}
.BgClassName
{
background-color: #CEA9D0;
}
</style>
border-color css
<style>
span { border-color: #CEA9D0; }
span { border-color: rgb(206,169,208); }
td.TdClassName
{
border-color: #CEA9D0;
}
.TagClassName
{
border-color: #CEA9D0;
}
</style>