Shades of Lilac #CEA1CE
Tints of Lilac #CEA1CE
RGB
CMYK
RGB Variations
Color information
#CEA1CE (or 0xCEA1CE) is known color: Lilac. HEX triplet: CE, A1 and CE. RGB value is (206,161,206). Sum of RGB (Red+Green+Blue) = 206+161+206=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 161 (63.28% from 255 or 28.10% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEA1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA1CE is #315E31. Grayscale: #B3B3B3. Windows color (decimal): -3235378 or 13541838. OLE color: 13541838.
HSL color Cylindrical-coordinate representation of color #CEA1CE: hue angle of 300º 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 #CEA1CE is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 206 | - |
| CMYK | 0 | 0.22 | 0 | 0.19 |
| HSL | 300º | 0.31% | 0.72% | - |
| HSV(B) | 300º | 0.22% | 0.81% | - |
| XYZ | 49.34 | 43.07 | 64.1 | - |
| YUV | 179.59 | 142.91 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 206 | 0 | 0.22 | 0 | 0.19 | 300 | 0.31 | 0.72 |
| Hex | CE | A1 | CE | 0 | 16 | 0 | 13 | 12C | 1F | 48 |
| Octal | 316 | 241 | 316 | 0 | 26 | 0 | 23 | 454 | 37 | 110 |
| Binary | 11001110 | 10100001 | 11001110 | 0 | 10110 | 0 | 10011 | 100101100 | 11111 | 1001000 |
Color Harmonies of #CEA1CE
Complementary color
Monochromatic Colors of #CEA1CE
Black with #CEA1CE
Text Example
Text Example
White with #CEA1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA1CE; }
p { color: rgb(206,161,206); }
H1.HeaderClassName
{
color: #CEA1CE;
}
.AnyTagClassName
{
color: #CEA1CE;
}
</style>
background-color css
<style>
a { background-color: #CEA1CE; }
a { background-color: rgb(206,161,206); }
div.DivClassName
{
background-color: #CEA1CE;
}
.BgClassName
{
background-color: #CEA1CE;
}
</style>
border-color css
<style>
span { border-color: #CEA1CE; }
span { border-color: rgb(206,161,206); }
td.TdClassName
{
border-color: #CEA1CE;
}
.TagClassName
{
border-color: #CEA1CE;
}
</style>