Shades of Lilac #CEADD1
Tints of Lilac #CEADD1
RGB
CMYK
RGB Variations
Color information
#CEADD1 (or 0xCEADD1) is known color: Lilac. HEX triplet: CE, AD and D1. RGB value is (206,173,209). Sum of RGB (Red+Green+Blue) = 206+173+209=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 209 - color contains mainly: blue. Hex color #CEADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADD1 is #31522E. Grayscale: #BABABA. Windows color (decimal): -3232303 or 13741518. OLE color: 13741518.
HSL color Cylindrical-coordinate representation of color #CEADD1: hue angle of 295º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEADD1 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 173 | 209 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.18 |
| HSL | 295º | 0.28% | 0.75% | - |
| HSV(B) | 295º | 0.17% | 0.82% | - |
| XYZ | 51.91 | 47.61 | 66.78 | - |
| YUV | 186.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 209 | 0.01 | 0.17 | 0 | 0.18 | 295 | 0.28 | 0.75 |
| Hex | CE | AD | D1 | 1 | 11 | 0 | 12 | 127 | 1C | 4B |
| Octal | 316 | 255 | 321 | 1 | 21 | 0 | 22 | 447 | 34 | 113 |
| Binary | 11001110 | 10101101 | 11010001 | 1 | 10001 | 0 | 10010 | 100100111 | 11100 | 1001011 |
Color Harmonies of #CEADD1
Complementary color
Monochromatic Colors of #CEADD1
Black with #CEADD1
Text Example
Text Example
White with #CEADD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADD1; }
p { color: rgb(206,173,209); }
H1.HeaderClassName
{
color: #CEADD1;
}
.AnyTagClassName
{
color: #CEADD1;
}
</style>
background-color css
<style>
a { background-color: #CEADD1; }
a { background-color: rgb(206,173,209); }
div.DivClassName
{
background-color: #CEADD1;
}
.BgClassName
{
background-color: #CEADD1;
}
</style>
border-color css
<style>
span { border-color: #CEADD1; }
span { border-color: rgb(206,173,209); }
td.TdClassName
{
border-color: #CEADD1;
}
.TagClassName
{
border-color: #CEADD1;
}
</style>