Shades of Lilac #CEA3C5
Tints of Lilac #CEA3C5
RGB
CMYK
RGB Variations
Color information
#CEA3C5 (or 0xCEA3C5) is known color: Lilac. HEX triplet: CE, A3 and C5. RGB value is (206,163,197). Sum of RGB (Red+Green+Blue) = 206+163+197=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 163 (64.06% from 255 or 28.80% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA3C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA3C5 is #315C3A. Grayscale: #B3B3B3. Windows color (decimal): -3234875 or 12952526. OLE color: 12952526.
HSL color Cylindrical-coordinate representation of color #CEA3C5: hue angle of 312.56º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEA3C5 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 197 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.19 |
| HSL | 312.56º | 0.3% | 0.72% | - |
| HSV(B) | 312.56º | 0.21% | 0.81% | - |
| XYZ | 48.63 | 43.35 | 58.63 | - |
| YUV | 179.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 197 | 0 | 0.21 | 0.04 | 0.19 | 312.56 | 0.3 | 0.72 |
| Hex | CE | A3 | C5 | 0 | 15 | 4 | 13 | 139 | 1E | 48 |
| Octal | 316 | 243 | 305 | 0 | 25 | 4 | 23 | 471 | 36 | 110 |
| Binary | 11001110 | 10100011 | 11000101 | 0 | 10101 | 100 | 10011 | 100111001 | 11110 | 1001000 |
Color Harmonies of #CEA3C5
Complementary color
Monochromatic Colors of #CEA3C5
Black with #CEA3C5
Text Example
Text Example
White with #CEA3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA3C5; }
p { color: rgb(206,163,197); }
H1.HeaderClassName
{
color: #CEA3C5;
}
.AnyTagClassName
{
color: #CEA3C5;
}
</style>
background-color css
<style>
a { background-color: #CEA3C5; }
a { background-color: rgb(206,163,197); }
div.DivClassName
{
background-color: #CEA3C5;
}
.BgClassName
{
background-color: #CEA3C5;
}
</style>
border-color css
<style>
span { border-color: #CEA3C5; }
span { border-color: rgb(206,163,197); }
td.TdClassName
{
border-color: #CEA3C5;
}
.TagClassName
{
border-color: #CEA3C5;
}
</style>