Shades of Lilac #CEAECE
Tints of Lilac #CEAECE
RGB
CMYK
RGB Variations
Color information
#CEAECE (or 0xCEAECE) is known color: Lilac. HEX triplet: CE, AE and CE. RGB value is (206,174,206). Sum of RGB (Red+Green+Blue) = 206+174+206=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEAECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAECE is #315131. Grayscale: #BBBBBB. Windows color (decimal): -3232050 or 13545166. OLE color: 13545166.
HSL color Cylindrical-coordinate representation of color #CEAECE: hue angle of 300º 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 #CEAECE is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 174 | 206 | - |
CMYK | 0 | 0.16 | 0 | 0.19 |
HSL | 300º | 0.25% | 0.75% | - |
HSV(B) | 300º | 0.16% | 0.81% | - |
XYZ | 51.73 | 47.85 | 64.9 | - |
YUV | 187.22 | 138.6 | 141.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 174 | 206 | 0 | 0.16 | 0 | 0.19 | 300 | 0.25 | 0.75 |
Hex | CE | AE | CE | 0 | 10 | 0 | 13 | 12C | 19 | 4B |
Octal | 316 | 256 | 316 | 0 | 20 | 0 | 23 | 454 | 31 | 113 |
Binary | 11001110 | 10101110 | 11001110 | 0 | 10000 | 0 | 10011 | 100101100 | 11001 | 1001011 |
Color Harmonies of #CEAECE
Complementary color
Monochromatic Colors of #CEAECE
Black with #CEAECE
Text Example
Text Example
White with #CEAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAECE; }
p { color: rgb(206,174,206); }
H1.HeaderClassName
{
color: #CEAECE;
}
.AnyTagClassName
{
color: #CEAECE;
}
</style>
background-color css
<style>
a { background-color: #CEAECE; }
a { background-color: rgb(206,174,206); }
div.DivClassName
{
background-color: #CEAECE;
}
.BgClassName
{
background-color: #CEAECE;
}
</style>
border-color css
<style>
span { border-color: #CEAECE; }
span { border-color: rgb(206,174,206); }
td.TdClassName
{
border-color: #CEAECE;
}
.TagClassName
{
border-color: #CEAECE;
}
</style>