Shades of Lilac #CEADCF
Tints of Lilac #CEADCF
RGB
CMYK
RGB Variations
Color information
#CEADCF (or 0xCEADCF) is known color: Lilac. HEX triplet: CE, AD and CF. RGB value is (206,173,207). Sum of RGB (Red+Green+Blue) = 206+173+207=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADCF is #315230. Grayscale: #BABABA. Windows color (decimal): -3232305 or 13610446. OLE color: 13610446.
HSL color Cylindrical-coordinate representation of color #CEADCF: hue angle of 298.24º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEADCF is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 207 | - |
| CMYK | 0.00 | 0.16 | 0 | 0.19 |
| HSL | 298.24º | 0.26% | 0.75% | - |
| HSV(B) | 298.24º | 0.16% | 0.81% | - |
| XYZ | 51.66 | 47.51 | 65.48 | - |
| YUV | 186.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 207 | 0.00 | 0.16 | 0 | 0.19 | 298.24 | 0.26 | 0.75 |
| Hex | CE | AD | CF | 0 | 10 | 0 | 13 | 12A | 1A | 4B |
| Octal | 316 | 255 | 317 | 0 | 20 | 0 | 23 | 452 | 32 | 113 |
| Binary | 11001110 | 10101101 | 11001111 | 0 | 10000 | 0 | 10011 | 100101010 | 11010 | 1001011 |
Color Harmonies of #CEADCF
Complementary color
Monochromatic Colors of #CEADCF
Black with #CEADCF
Text Example
Text Example
White with #CEADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADCF; }
p { color: rgb(206,173,207); }
H1.HeaderClassName
{
color: #CEADCF;
}
.AnyTagClassName
{
color: #CEADCF;
}
</style>
background-color css
<style>
a { background-color: #CEADCF; }
a { background-color: rgb(206,173,207); }
div.DivClassName
{
background-color: #CEADCF;
}
.BgClassName
{
background-color: #CEADCF;
}
</style>
border-color css
<style>
span { border-color: #CEADCF; }
span { border-color: rgb(206,173,207); }
td.TdClassName
{
border-color: #CEADCF;
}
.TagClassName
{
border-color: #CEADCF;
}
</style>