Shades of Lilac #CEA2C8
Tints of Lilac #CEA2C8
RGB
CMYK
RGB Variations
Color information
#CEA2C8 (or 0xCEA2C8) is known color: Lilac. HEX triplet: CE, A2 and C8. RGB value is (206,162,200). Sum of RGB (Red+Green+Blue) = 206+162+200=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 200 (78.52% from 255 or 35.21% from 568); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2C8 is #315D37. Grayscale: #B3B3B3. Windows color (decimal): -3235128 or 13148878. OLE color: 13148878.
HSL color Cylindrical-coordinate representation of color #CEA2C8: hue angle of 308.18º 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 #CEA2C8 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 200 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.19 |
| HSL | 308.18º | 0.31% | 0.72% | - |
| HSV(B) | 308.18º | 0.21% | 0.81% | - |
| XYZ | 48.8 | 43.13 | 60.4 | - |
| YUV | 179.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 200 | 0 | 0.21 | 0.03 | 0.19 | 308.18 | 0.31 | 0.72 |
| Hex | CE | A2 | C8 | 0 | 15 | 3 | 13 | 134 | 1F | 48 |
| Octal | 316 | 242 | 310 | 0 | 25 | 3 | 23 | 464 | 37 | 110 |
| Binary | 11001110 | 10100010 | 11001000 | 0 | 10101 | 11 | 10011 | 100110100 | 11111 | 1001000 |
Color Harmonies of #CEA2C8
Complementary color
Monochromatic Colors of #CEA2C8
Black with #CEA2C8
Text Example
Text Example
White with #CEA2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2C8; }
p { color: rgb(206,162,200); }
H1.HeaderClassName
{
color: #CEA2C8;
}
.AnyTagClassName
{
color: #CEA2C8;
}
</style>
background-color css
<style>
a { background-color: #CEA2C8; }
a { background-color: rgb(206,162,200); }
div.DivClassName
{
background-color: #CEA2C8;
}
.BgClassName
{
background-color: #CEA2C8;
}
</style>
border-color css
<style>
span { border-color: #CEA2C8; }
span { border-color: rgb(206,162,200); }
td.TdClassName
{
border-color: #CEA2C8;
}
.TagClassName
{
border-color: #CEA2C8;
}
</style>