Shades of Lilac #CEA4CF
Tints of Lilac #CEA4CF
RGB
CMYK
RGB Variations
Color information
#CEA4CF (or 0xCEA4CF) is known color: Lilac. HEX triplet: CE, A4 and CF. RGB value is (206,164,207). Sum of RGB (Red+Green+Blue) = 206+164+207=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 164 (64.45% from 255 or 28.42% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEA4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA4CF is #315B30. Grayscale: #B5B5B5. Windows color (decimal): -3234609 or 13608142. OLE color: 13608142.
HSL color Cylindrical-coordinate representation of color #CEA4CF: hue angle of 298.6º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEA4CF is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 207 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.19 |
| HSL | 298.6º | 0.31% | 0.73% | - |
| HSV(B) | 298.6º | 0.21% | 0.81% | - |
| XYZ | 49.99 | 44.18 | 64.92 | - |
| YUV | 181.46 | 142.41 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 207 | 0.00 | 0.21 | 0 | 0.19 | 298.6 | 0.31 | 0.73 |
| Hex | CE | A4 | CF | 0 | 15 | 0 | 13 | 12B | 1F | 49 |
| Octal | 316 | 244 | 317 | 0 | 25 | 0 | 23 | 453 | 37 | 111 |
| Binary | 11001110 | 10100100 | 11001111 | 0 | 10101 | 0 | 10011 | 100101011 | 11111 | 1001001 |
Color Harmonies of #CEA4CF
Complementary color
Monochromatic Colors of #CEA4CF
Black with #CEA4CF
Text Example
Text Example
White with #CEA4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA4CF; }
p { color: rgb(206,164,207); }
H1.HeaderClassName
{
color: #CEA4CF;
}
.AnyTagClassName
{
color: #CEA4CF;
}
</style>
background-color css
<style>
a { background-color: #CEA4CF; }
a { background-color: rgb(206,164,207); }
div.DivClassName
{
background-color: #CEA4CF;
}
.BgClassName
{
background-color: #CEA4CF;
}
</style>
border-color css
<style>
span { border-color: #CEA4CF; }
span { border-color: rgb(206,164,207); }
td.TdClassName
{
border-color: #CEA4CF;
}
.TagClassName
{
border-color: #CEA4CF;
}
</style>