Shades of Lilac #CEAECC
Tints of Lilac #CEAECC
RGB
CMYK
RGB Variations
Color information
#CEAECC (or 0xCEAECC) is known color: Lilac. HEX triplet: CE, AE and CC. RGB value is (206,174,204). Sum of RGB (Red+Green+Blue) = 206+174+204=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAECC is #315133. Grayscale: #BABABA. Windows color (decimal): -3232052 or 13414094. OLE color: 13414094.
HSL color Cylindrical-coordinate representation of color #CEAECC: hue angle of 303.75º 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 #CEAECC is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 174 | 204 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.19 |
| HSL | 303.75º | 0.25% | 0.75% | - |
| HSV(B) | 303.75º | 0.16% | 0.81% | - |
| XYZ | 51.49 | 47.75 | 63.63 | - |
| YUV | 186.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 204 | 0 | 0.16 | 0.01 | 0.19 | 303.75 | 0.25 | 0.75 |
| Hex | CE | AE | CC | 0 | 10 | 1 | 13 | 130 | 19 | 4B |
| Octal | 316 | 256 | 314 | 0 | 20 | 1 | 23 | 460 | 31 | 113 |
| Binary | 11001110 | 10101110 | 11001100 | 0 | 10000 | 1 | 10011 | 100110000 | 11001 | 1001011 |
Color Harmonies of #CEAECC
Complementary color
Monochromatic Colors of #CEAECC
Black with #CEAECC
Text Example
Text Example
White with #CEAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAECC; }
p { color: rgb(206,174,204); }
H1.HeaderClassName
{
color: #CEAECC;
}
.AnyTagClassName
{
color: #CEAECC;
}
</style>
background-color css
<style>
a { background-color: #CEAECC; }
a { background-color: rgb(206,174,204); }
div.DivClassName
{
background-color: #CEAECC;
}
.BgClassName
{
background-color: #CEAECC;
}
</style>
border-color css
<style>
span { border-color: #CEAECC; }
span { border-color: rgb(206,174,204); }
td.TdClassName
{
border-color: #CEAECC;
}
.TagClassName
{
border-color: #CEAECC;
}
</style>