Shades of Lilac #CEA1C6
Tints of Lilac #CEA1C6
RGB
CMYK
RGB Variations
Color information
#CEA1C6 (or 0xCEA1C6) is known color: Lilac. HEX triplet: CE, A1 and C6. RGB value is (206,161,198). Sum of RGB (Red+Green+Blue) = 206+161+198=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA1C6 is #315E39. Grayscale: #B2B2B2. Windows color (decimal): -3235386 or 13017550. OLE color: 13017550.
HSL color Cylindrical-coordinate representation of color #CEA1C6: hue angle of 310.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEA1C6 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 198 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.19 |
| HSL | 310.67º | 0.31% | 0.72% | - |
| HSV(B) | 310.67º | 0.22% | 0.81% | - |
| XYZ | 48.39 | 42.69 | 59.12 | - |
| YUV | 178.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 198 | 0 | 0.22 | 0.04 | 0.19 | 310.67 | 0.31 | 0.72 |
| Hex | CE | A1 | C6 | 0 | 16 | 4 | 13 | 137 | 1F | 48 |
| Octal | 316 | 241 | 306 | 0 | 26 | 4 | 23 | 467 | 37 | 110 |
| Binary | 11001110 | 10100001 | 11000110 | 0 | 10110 | 100 | 10011 | 100110111 | 11111 | 1001000 |
Color Harmonies of #CEA1C6
Complementary color
Monochromatic Colors of #CEA1C6
Black with #CEA1C6
Text Example
Text Example
White with #CEA1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA1C6; }
p { color: rgb(206,161,198); }
H1.HeaderClassName
{
color: #CEA1C6;
}
.AnyTagClassName
{
color: #CEA1C6;
}
</style>
background-color css
<style>
a { background-color: #CEA1C6; }
a { background-color: rgb(206,161,198); }
div.DivClassName
{
background-color: #CEA1C6;
}
.BgClassName
{
background-color: #CEA1C6;
}
</style>
border-color css
<style>
span { border-color: #CEA1C6; }
span { border-color: rgb(206,161,198); }
td.TdClassName
{
border-color: #CEA1C6;
}
.TagClassName
{
border-color: #CEA1C6;
}
</style>