Shades of Lilac #CEADCC
Tints of Lilac #CEADCC
RGB
CMYK
RGB Variations
Color information
#CEADCC (or 0xCEADCC) is known color: Lilac. HEX triplet: CE, AD and CC. RGB value is (206,173,204). Sum of RGB (Red+Green+Blue) = 206+173+204=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADCC is #315233. Grayscale: #BABABA. Windows color (decimal): -3232308 or 13413838. OLE color: 13413838.
HSL color Cylindrical-coordinate representation of color #CEADCC: hue angle of 303.64º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEADCC is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 204 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.19 |
| HSL | 303.64º | 0.25% | 0.74% | - |
| HSV(B) | 303.64º | 0.16% | 0.81% | - |
| XYZ | 51.3 | 47.37 | 63.57 | - |
| YUV | 186.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 204 | 0 | 0.16 | 0.01 | 0.19 | 303.64 | 0.25 | 0.74 |
| Hex | CE | AD | CC | 0 | 10 | 1 | 13 | 130 | 19 | 4A |
| Octal | 316 | 255 | 314 | 0 | 20 | 1 | 23 | 460 | 31 | 112 |
| Binary | 11001110 | 10101101 | 11001100 | 0 | 10000 | 1 | 10011 | 100110000 | 11001 | 1001010 |
Color Harmonies of #CEADCC
Complementary color
Monochromatic Colors of #CEADCC
Black with #CEADCC
Text Example
Text Example
White with #CEADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADCC; }
p { color: rgb(206,173,204); }
H1.HeaderClassName
{
color: #CEADCC;
}
.AnyTagClassName
{
color: #CEADCC;
}
</style>
background-color css
<style>
a { background-color: #CEADCC; }
a { background-color: rgb(206,173,204); }
div.DivClassName
{
background-color: #CEADCC;
}
.BgClassName
{
background-color: #CEADCC;
}
</style>
border-color css
<style>
span { border-color: #CEADCC; }
span { border-color: rgb(206,173,204); }
td.TdClassName
{
border-color: #CEADCC;
}
.TagClassName
{
border-color: #CEADCC;
}
</style>