Shades of Lilac #CEAFCC
Tints of Lilac #CEAFCC
RGB
CMYK
RGB Variations
Color information
#CEAFCC (or 0xCEAFCC) is known color: Lilac. HEX triplet: CE, AF and CC. RGB value is (206,175,204). Sum of RGB (Red+Green+Blue) = 206+175+204=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFCC is #315033. Grayscale: #BBBBBB. Windows color (decimal): -3231796 or 13414350. OLE color: 13414350.
HSL color Cylindrical-coordinate representation of color #CEAFCC: hue angle of 303.87º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEAFCC is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 204 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.19 |
| HSL | 303.87º | 0.24% | 0.75% | - |
| HSV(B) | 303.87º | 0.15% | 0.81% | - |
| XYZ | 51.68 | 48.14 | 63.69 | - |
| YUV | 187.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 204 | 0 | 0.15 | 0.01 | 0.19 | 303.87 | 0.24 | 0.75 |
| Hex | CE | AF | CC | 0 | F | 1 | 13 | 130 | 18 | 4B |
| Octal | 316 | 257 | 314 | 0 | 17 | 1 | 23 | 460 | 30 | 113 |
| Binary | 11001110 | 10101111 | 11001100 | 0 | 1111 | 1 | 10011 | 100110000 | 11000 | 1001011 |
Color Harmonies of #CEAFCC
Complementary color
Monochromatic Colors of #CEAFCC
Black with #CEAFCC
Text Example
Text Example
White with #CEAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAFCC; }
p { color: rgb(206,175,204); }
H1.HeaderClassName
{
color: #CEAFCC;
}
.AnyTagClassName
{
color: #CEAFCC;
}
</style>
background-color css
<style>
a { background-color: #CEAFCC; }
a { background-color: rgb(206,175,204); }
div.DivClassName
{
background-color: #CEAFCC;
}
.BgClassName
{
background-color: #CEAFCC;
}
</style>
border-color css
<style>
span { border-color: #CEAFCC; }
span { border-color: rgb(206,175,204); }
td.TdClassName
{
border-color: #CEAFCC;
}
.TagClassName
{
border-color: #CEAFCC;
}
</style>