Shades of Lilac #CEAECA
Tints of Lilac #CEAECA
RGB
CMYK
RGB Variations
Color information
#CEAECA (or 0xCEAECA) is known color: Lilac. HEX triplet: CE, AE and CA. RGB value is (206,174,202). Sum of RGB (Red+Green+Blue) = 206+174+202=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAECA is #315135. Grayscale: #BABABA. Windows color (decimal): -3232054 or 13283022. OLE color: 13283022.
HSL color Cylindrical-coordinate representation of color #CEAECA: hue angle of 307.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEAECA is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 174 | 202 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.19 |
| HSL | 307.5º | 0.25% | 0.75% | - |
| HSV(B) | 307.5º | 0.16% | 0.81% | - |
| XYZ | 51.25 | 47.66 | 62.37 | - |
| YUV | 186.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 202 | 0 | 0.16 | 0.02 | 0.19 | 307.5 | 0.25 | 0.75 |
| Hex | CE | AE | CA | 0 | 10 | 2 | 13 | 134 | 19 | 4B |
| Octal | 316 | 256 | 312 | 0 | 20 | 2 | 23 | 464 | 31 | 113 |
| Binary | 11001110 | 10101110 | 11001010 | 0 | 10000 | 10 | 10011 | 100110100 | 11001 | 1001011 |
Color Harmonies of #CEAECA
Complementary color
Monochromatic Colors of #CEAECA
Black with #CEAECA
Text Example
Text Example
White with #CEAECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAECA; }
p { color: rgb(206,174,202); }
H1.HeaderClassName
{
color: #CEAECA;
}
.AnyTagClassName
{
color: #CEAECA;
}
</style>
background-color css
<style>
a { background-color: #CEAECA; }
a { background-color: rgb(206,174,202); }
div.DivClassName
{
background-color: #CEAECA;
}
.BgClassName
{
background-color: #CEAECA;
}
</style>
border-color css
<style>
span { border-color: #CEAECA; }
span { border-color: rgb(206,174,202); }
td.TdClassName
{
border-color: #CEAECA;
}
.TagClassName
{
border-color: #CEAECA;
}
</style>