Shades of Lilac #CEA9CF
Tints of Lilac #CEA9CF
RGB
CMYK
RGB Variations
Color information
#CEA9CF (or 0xCEA9CF) is known color: Lilac. HEX triplet: CE, A9 and CF. RGB value is (206,169,207). Sum of RGB (Red+Green+Blue) = 206+169+207=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 169 (66.41% from 255 or 29.04% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEA9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA9CF is #315630. Grayscale: #B8B8B8. Windows color (decimal): -3233329 or 13609422. OLE color: 13609422.
HSL color Cylindrical-coordinate representation of color #CEA9CF: hue angle of 298.42º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEA9CF is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 207 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.19 |
| HSL | 298.42º | 0.28% | 0.74% | - |
| HSV(B) | 298.42º | 0.18% | 0.81% | - |
| XYZ | 50.9 | 46 | 65.23 | - |
| YUV | 184.4 | 140.76 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 207 | 0.00 | 0.18 | 0 | 0.19 | 298.42 | 0.28 | 0.74 |
| Hex | CE | A9 | CF | 0 | 12 | 0 | 13 | 12A | 1C | 4A |
| Octal | 316 | 251 | 317 | 0 | 22 | 0 | 23 | 452 | 34 | 112 |
| Binary | 11001110 | 10101001 | 11001111 | 0 | 10010 | 0 | 10011 | 100101010 | 11100 | 1001010 |
Color Harmonies of #CEA9CF
Complementary color
Monochromatic Colors of #CEA9CF
Black with #CEA9CF
Text Example
Text Example
White with #CEA9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA9CF; }
p { color: rgb(206,169,207); }
H1.HeaderClassName
{
color: #CEA9CF;
}
.AnyTagClassName
{
color: #CEA9CF;
}
</style>
background-color css
<style>
a { background-color: #CEA9CF; }
a { background-color: rgb(206,169,207); }
div.DivClassName
{
background-color: #CEA9CF;
}
.BgClassName
{
background-color: #CEA9CF;
}
</style>
border-color css
<style>
span { border-color: #CEA9CF; }
span { border-color: rgb(206,169,207); }
td.TdClassName
{
border-color: #CEA9CF;
}
.TagClassName
{
border-color: #CEA9CF;
}
</style>