Shades of Lilac #CEAACF
Tints of Lilac #CEAACF
RGB
CMYK
RGB Variations
Color information
#CEAACF (or 0xCEAACF) is known color: Lilac. HEX triplet: CE, AA and CF. RGB value is (206,170,207). Sum of RGB (Red+Green+Blue) = 206+170+207=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEAACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAACF is #315530. Grayscale: #B8B8B8. Windows color (decimal): -3233073 or 13609678. OLE color: 13609678.
HSL color Cylindrical-coordinate representation of color #CEAACF: hue angle of 298.38º 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 #CEAACF is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 207 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.19 |
| HSL | 298.38º | 0.28% | 0.74% | - |
| HSV(B) | 298.38º | 0.18% | 0.81% | - |
| XYZ | 51.09 | 46.38 | 65.29 | - |
| YUV | 184.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 207 | 0.00 | 0.18 | 0 | 0.19 | 298.38 | 0.28 | 0.74 |
| Hex | CE | AA | CF | 0 | 12 | 0 | 13 | 12A | 1C | 4A |
| Octal | 316 | 252 | 317 | 0 | 22 | 0 | 23 | 452 | 34 | 112 |
| Binary | 11001110 | 10101010 | 11001111 | 0 | 10010 | 0 | 10011 | 100101010 | 11100 | 1001010 |
Color Harmonies of #CEAACF
Complementary color
Monochromatic Colors of #CEAACF
Black with #CEAACF
Text Example
Text Example
White with #CEAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAACF; }
p { color: rgb(206,170,207); }
H1.HeaderClassName
{
color: #CEAACF;
}
.AnyTagClassName
{
color: #CEAACF;
}
</style>
background-color css
<style>
a { background-color: #CEAACF; }
a { background-color: rgb(206,170,207); }
div.DivClassName
{
background-color: #CEAACF;
}
.BgClassName
{
background-color: #CEAACF;
}
</style>
border-color css
<style>
span { border-color: #CEAACF; }
span { border-color: rgb(206,170,207); }
td.TdClassName
{
border-color: #CEAACF;
}
.TagClassName
{
border-color: #CEAACF;
}
</style>