Shades of Lilac #CEAACD
Tints of Lilac #CEAACD
RGB
CMYK
RGB Variations
Color information
#CEAACD (or 0xCEAACD) is known color: Lilac. HEX triplet: CE, AA and CD. RGB value is (206,170,205). Sum of RGB (Red+Green+Blue) = 206+170+205=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAACD is #315532. Grayscale: #B8B8B8. Windows color (decimal): -3233075 or 13478606. OLE color: 13478606.
HSL color Cylindrical-coordinate representation of color #CEAACD: hue angle of 301.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEAACD is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 205 | - |
| CMYK | 0 | 0.17 | 0.00 | 0.19 |
| HSL | 301.67º | 0.27% | 0.74% | - |
| HSV(B) | 301.67º | 0.17% | 0.81% | - |
| XYZ | 50.85 | 46.28 | 64.01 | - |
| YUV | 184.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 205 | 0 | 0.17 | 0.00 | 0.19 | 301.67 | 0.27 | 0.74 |
| Hex | CE | AA | CD | 0 | 11 | 0 | 13 | 12E | 1B | 4A |
| Octal | 316 | 252 | 315 | 0 | 21 | 0 | 23 | 456 | 33 | 112 |
| Binary | 11001110 | 10101010 | 11001101 | 0 | 10001 | 0 | 10011 | 100101110 | 11011 | 1001010 |
Color Harmonies of #CEAACD
Complementary color
Monochromatic Colors of #CEAACD
Black with #CEAACD
Text Example
Text Example
White with #CEAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAACD; }
p { color: rgb(206,170,205); }
H1.HeaderClassName
{
color: #CEAACD;
}
.AnyTagClassName
{
color: #CEAACD;
}
</style>
background-color css
<style>
a { background-color: #CEAACD; }
a { background-color: rgb(206,170,205); }
div.DivClassName
{
background-color: #CEAACD;
}
.BgClassName
{
background-color: #CEAACD;
}
</style>
border-color css
<style>
span { border-color: #CEAACD; }
span { border-color: rgb(206,170,205); }
td.TdClassName
{
border-color: #CEAACD;
}
.TagClassName
{
border-color: #CEAACD;
}
</style>