Shades of Lilac #CEADCB
Tints of Lilac #CEADCB
RGB
CMYK
RGB Variations
Color information
#CEADCB (or 0xCEADCB) is known color: Lilac. HEX triplet: CE, AD and CB. RGB value is (206,173,203). Sum of RGB (Red+Green+Blue) = 206+173+203=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADCB is #315234. Grayscale: #BABABA. Windows color (decimal): -3232309 or 13348302. OLE color: 13348302.
HSL color Cylindrical-coordinate representation of color #CEADCB: hue angle of 305.45º 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 #CEADCB is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 203 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.19 |
| HSL | 305.45º | 0.25% | 0.74% | - |
| HSV(B) | 305.45º | 0.16% | 0.81% | - |
| XYZ | 51.18 | 47.32 | 62.94 | - |
| YUV | 186.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 203 | 0 | 0.16 | 0.01 | 0.19 | 305.45 | 0.25 | 0.74 |
| Hex | CE | AD | CB | 0 | 10 | 1 | 13 | 131 | 19 | 4A |
| Octal | 316 | 255 | 313 | 0 | 20 | 1 | 23 | 461 | 31 | 112 |
| Binary | 11001110 | 10101101 | 11001011 | 0 | 10000 | 1 | 10011 | 100110001 | 11001 | 1001010 |
Color Harmonies of #CEADCB
Complementary color
Monochromatic Colors of #CEADCB
Black with #CEADCB
Text Example
Text Example
White with #CEADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADCB; }
p { color: rgb(206,173,203); }
H1.HeaderClassName
{
color: #CEADCB;
}
.AnyTagClassName
{
color: #CEADCB;
}
</style>
background-color css
<style>
a { background-color: #CEADCB; }
a { background-color: rgb(206,173,203); }
div.DivClassName
{
background-color: #CEADCB;
}
.BgClassName
{
background-color: #CEADCB;
}
</style>
border-color css
<style>
span { border-color: #CEADCB; }
span { border-color: rgb(206,173,203); }
td.TdClassName
{
border-color: #CEADCB;
}
.TagClassName
{
border-color: #CEADCB;
}
</style>