Shades of Lilac #CEA2C6
Tints of Lilac #CEA2C6
RGB
CMYK
RGB Variations
Color information
#CEA2C6 (or 0xCEA2C6) is known color: Lilac. HEX triplet: CE, A2 and C6. RGB value is (206,162,198). Sum of RGB (Red+Green+Blue) = 206+162+198=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2C6 is #315D39. Grayscale: #B3B3B3. Windows color (decimal): -3235130 or 13017806. OLE color: 13017806.
HSL color Cylindrical-coordinate representation of color #CEA2C6: hue angle of 310.91º degrees, saturation: 0.31, 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 #CEA2C6 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 198 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.19 |
| HSL | 310.91º | 0.31% | 0.72% | - |
| HSV(B) | 310.91º | 0.21% | 0.81% | - |
| XYZ | 48.57 | 43.04 | 59.17 | - |
| YUV | 179.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 198 | 0 | 0.21 | 0.04 | 0.19 | 310.91 | 0.31 | 0.72 |
| Hex | CE | A2 | C6 | 0 | 15 | 4 | 13 | 137 | 1F | 48 |
| Octal | 316 | 242 | 306 | 0 | 25 | 4 | 23 | 467 | 37 | 110 |
| Binary | 11001110 | 10100010 | 11000110 | 0 | 10101 | 100 | 10011 | 100110111 | 11111 | 1001000 |
Color Harmonies of #CEA2C6
Complementary color
Monochromatic Colors of #CEA2C6
Black with #CEA2C6
Text Example
Text Example
White with #CEA2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2C6; }
p { color: rgb(206,162,198); }
H1.HeaderClassName
{
color: #CEA2C6;
}
.AnyTagClassName
{
color: #CEA2C6;
}
</style>
background-color css
<style>
a { background-color: #CEA2C6; }
a { background-color: rgb(206,162,198); }
div.DivClassName
{
background-color: #CEA2C6;
}
.BgClassName
{
background-color: #CEA2C6;
}
</style>
border-color css
<style>
span { border-color: #CEA2C6; }
span { border-color: rgb(206,162,198); }
td.TdClassName
{
border-color: #CEA2C6;
}
.TagClassName
{
border-color: #CEA2C6;
}
</style>