Shades of Lilac #CEA1CA
Tints of Lilac #CEA1CA
RGB
CMYK
RGB Variations
Color information
#CEA1CA (or 0xCEA1CA) is known color: Lilac. HEX triplet: CE, A1 and CA. RGB value is (206,161,202). Sum of RGB (Red+Green+Blue) = 206+161+202=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA1CA is #315E35. Grayscale: #B3B3B3. Windows color (decimal): -3235382 or 13279694. OLE color: 13279694.
HSL color Cylindrical-coordinate representation of color #CEA1CA: hue angle of 305.33º 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 #CEA1CA is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 202 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.19 |
| HSL | 305.33º | 0.31% | 0.72% | - |
| HSV(B) | 305.33º | 0.22% | 0.81% | - |
| XYZ | 48.86 | 42.88 | 61.58 | - |
| YUV | 179.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 202 | 0 | 0.22 | 0.02 | 0.19 | 305.33 | 0.31 | 0.72 |
| Hex | CE | A1 | CA | 0 | 16 | 2 | 13 | 131 | 1F | 48 |
| Octal | 316 | 241 | 312 | 0 | 26 | 2 | 23 | 461 | 37 | 110 |
| Binary | 11001110 | 10100001 | 11001010 | 0 | 10110 | 10 | 10011 | 100110001 | 11111 | 1001000 |
Color Harmonies of #CEA1CA
Complementary color
Monochromatic Colors of #CEA1CA
Black with #CEA1CA
Text Example
Text Example
White with #CEA1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA1CA; }
p { color: rgb(206,161,202); }
H1.HeaderClassName
{
color: #CEA1CA;
}
.AnyTagClassName
{
color: #CEA1CA;
}
</style>
background-color css
<style>
a { background-color: #CEA1CA; }
a { background-color: rgb(206,161,202); }
div.DivClassName
{
background-color: #CEA1CA;
}
.BgClassName
{
background-color: #CEA1CA;
}
</style>
border-color css
<style>
span { border-color: #CEA1CA; }
span { border-color: rgb(206,161,202); }
td.TdClassName
{
border-color: #CEA1CA;
}
.TagClassName
{
border-color: #CEA1CA;
}
</style>