Shades of Lilac #CFACCC
Tints of Lilac #CFACCC
RGB
CMYK
RGB Variations
Color information
#CFACCC (or 0xCFACCC) is known color: Lilac. HEX triplet: CF, AC and CC. RGB value is (207,172,204). Sum of RGB (Red+Green+Blue) = 207+172+204=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACCC is #305333. Grayscale: #BABABA. Windows color (decimal): -3167028 or 13413583. OLE color: 13413583.
HSL color Cylindrical-coordinate representation of color #CFACCC: hue angle of 305.14º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFACCC is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 204 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.19 |
| HSL | 305.14º | 0.27% | 0.74% | - |
| HSV(B) | 305.14º | 0.17% | 0.81% | - |
| XYZ | 51.38 | 47.13 | 63.52 | - |
| YUV | 186.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 204 | 0 | 0.17 | 0.01 | 0.19 | 305.14 | 0.27 | 0.74 |
| Hex | CF | AC | CC | 0 | 11 | 1 | 13 | 131 | 1B | 4A |
| Octal | 317 | 254 | 314 | 0 | 21 | 1 | 23 | 461 | 33 | 112 |
| Binary | 11001111 | 10101100 | 11001100 | 0 | 10001 | 1 | 10011 | 100110001 | 11011 | 1001010 |
Color Harmonies of #CFACCC
Complementary color
Monochromatic Colors of #CFACCC
Black with #CFACCC
Text Example
Text Example
White with #CFACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACCC; }
p { color: rgb(207,172,204); }
H1.HeaderClassName
{
color: #CFACCC;
}
.AnyTagClassName
{
color: #CFACCC;
}
</style>
background-color css
<style>
a { background-color: #CFACCC; }
a { background-color: rgb(207,172,204); }
div.DivClassName
{
background-color: #CFACCC;
}
.BgClassName
{
background-color: #CFACCC;
}
</style>
border-color css
<style>
span { border-color: #CFACCC; }
span { border-color: rgb(207,172,204); }
td.TdClassName
{
border-color: #CFACCC;
}
.TagClassName
{
border-color: #CFACCC;
}
</style>