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