Shades of Lilac #CEA7CC
Tints of Lilac #CEA7CC
RGB
CMYK
RGB Variations
Color information
#CEA7CC (or 0xCEA7CC) is known color: Lilac. HEX triplet: CE, A7 and CC. RGB value is (206,167,204). Sum of RGB (Red+Green+Blue) = 206+167+204=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA7CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA7CC is #315833. Grayscale: #B6B6B6. Windows color (decimal): -3233844 or 13412302. OLE color: 13412302.
HSL color Cylindrical-coordinate representation of color #CEA7CC: hue angle of 303.08º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEA7CC is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 204 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.19 |
| HSL | 303.08º | 0.28% | 0.73% | - |
| HSV(B) | 303.08º | 0.19% | 0.81% | - |
| XYZ | 50.17 | 45.12 | 63.19 | - |
| YUV | 182.88 | 139.92 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 204 | 0 | 0.19 | 0.01 | 0.19 | 303.08 | 0.28 | 0.73 |
| Hex | CE | A7 | CC | 0 | 13 | 1 | 13 | 12F | 1C | 49 |
| Octal | 316 | 247 | 314 | 0 | 23 | 1 | 23 | 457 | 34 | 111 |
| Binary | 11001110 | 10100111 | 11001100 | 0 | 10011 | 1 | 10011 | 100101111 | 11100 | 1001001 |
Color Harmonies of #CEA7CC
Complementary color
Monochromatic Colors of #CEA7CC
Black with #CEA7CC
Text Example
Text Example
White with #CEA7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA7CC; }
p { color: rgb(206,167,204); }
H1.HeaderClassName
{
color: #CEA7CC;
}
.AnyTagClassName
{
color: #CEA7CC;
}
</style>
background-color css
<style>
a { background-color: #CEA7CC; }
a { background-color: rgb(206,167,204); }
div.DivClassName
{
background-color: #CEA7CC;
}
.BgClassName
{
background-color: #CEA7CC;
}
</style>
border-color css
<style>
span { border-color: #CEA7CC; }
span { border-color: rgb(206,167,204); }
td.TdClassName
{
border-color: #CEA7CC;
}
.TagClassName
{
border-color: #CEA7CC;
}
</style>