Shades of Lilac #CFAECC
Tints of Lilac #CFAECC
RGB
CMYK
RGB Variations
Color information
#CFAECC (or 0xCFAECC) is known color: Lilac. HEX triplet: CF, AE and CC. RGB value is (207,174,204). Sum of RGB (Red+Green+Blue) = 207+174+204=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAECC is #305133. Grayscale: #BBBBBB. Windows color (decimal): -3166516 or 13414095. OLE color: 13414095.
HSL color Cylindrical-coordinate representation of color #CFAECC: hue angle of 305.45º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFAECC is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 204 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.19 |
| HSL | 305.45º | 0.26% | 0.75% | - |
| HSV(B) | 305.45º | 0.16% | 0.81% | - |
| XYZ | 51.77 | 47.9 | 63.64 | - |
| YUV | 187.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 204 | 0 | 0.16 | 0.01 | 0.19 | 305.45 | 0.26 | 0.75 |
| Hex | CF | AE | CC | 0 | 10 | 1 | 13 | 131 | 1A | 4B |
| Octal | 317 | 256 | 314 | 0 | 20 | 1 | 23 | 461 | 32 | 113 |
| Binary | 11001111 | 10101110 | 11001100 | 0 | 10000 | 1 | 10011 | 100110001 | 11010 | 1001011 |
Color Harmonies of #CFAECC
Complementary color
Monochromatic Colors of #CFAECC
Black with #CFAECC
Text Example
Text Example
White with #CFAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAECC; }
p { color: rgb(207,174,204); }
H1.HeaderClassName
{
color: #CFAECC;
}
.AnyTagClassName
{
color: #CFAECC;
}
</style>
background-color css
<style>
a { background-color: #CFAECC; }
a { background-color: rgb(207,174,204); }
div.DivClassName
{
background-color: #CFAECC;
}
.BgClassName
{
background-color: #CFAECC;
}
</style>
border-color css
<style>
span { border-color: #CFAECC; }
span { border-color: rgb(207,174,204); }
td.TdClassName
{
border-color: #CFAECC;
}
.TagClassName
{
border-color: #CFAECC;
}
</style>