Shades of Lilac #CEAFCD
Tints of Lilac #CEAFCD
RGB
CMYK
RGB Variations
Color information
#CEAFCD (or 0xCEAFCD) is known color: Lilac. HEX triplet: CE, AF and CD. RGB value is (206,175,205). Sum of RGB (Red+Green+Blue) = 206+175+205=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFCD is #315032. Grayscale: #BBBBBB. Windows color (decimal): -3231795 or 13479886. OLE color: 13479886.
HSL color Cylindrical-coordinate representation of color #CEAFCD: hue angle of 301.94º 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 #CEAFCD is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 205 | - |
| CMYK | 0 | 0.15 | 0.00 | 0.19 |
| HSL | 301.94º | 0.24% | 0.75% | - |
| HSV(B) | 301.94º | 0.15% | 0.81% | - |
| XYZ | 51.8 | 48.19 | 64.33 | - |
| YUV | 187.69 | 137.77 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 205 | 0 | 0.15 | 0.00 | 0.19 | 301.94 | 0.24 | 0.75 |
| Hex | CE | AF | CD | 0 | F | 0 | 13 | 12E | 18 | 4B |
| Octal | 316 | 257 | 315 | 0 | 17 | 0 | 23 | 456 | 30 | 113 |
| Binary | 11001110 | 10101111 | 11001101 | 0 | 1111 | 0 | 10011 | 100101110 | 11000 | 1001011 |
Color Harmonies of #CEAFCD
Complementary color
Monochromatic Colors of #CEAFCD
Black with #CEAFCD
Text Example
Text Example
White with #CEAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAFCD; }
p { color: rgb(206,175,205); }
H1.HeaderClassName
{
color: #CEAFCD;
}
.AnyTagClassName
{
color: #CEAFCD;
}
</style>
background-color css
<style>
a { background-color: #CEAFCD; }
a { background-color: rgb(206,175,205); }
div.DivClassName
{
background-color: #CEAFCD;
}
.BgClassName
{
background-color: #CEAFCD;
}
</style>
border-color css
<style>
span { border-color: #CEAFCD; }
span { border-color: rgb(206,175,205); }
td.TdClassName
{
border-color: #CEAFCD;
}
.TagClassName
{
border-color: #CEAFCD;
}
</style>