Shades of Lilac #CFAACA
Tints of Lilac #CFAACA
RGB
CMYK
RGB Variations
Color information
#CFAACA (or 0xCFAACA) is known color: Lilac. HEX triplet: CF, AA and CA. RGB value is (207,170,202). Sum of RGB (Red+Green+Blue) = 207+170+202=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAACA is #305535. Grayscale: #B8B8B8. Windows color (decimal): -3167542 or 13281999. OLE color: 13281999.
HSL color Cylindrical-coordinate representation of color #CFAACA: hue angle of 308.11º 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 #CFAACA is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 202 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.19 |
| HSL | 308.11º | 0.28% | 0.74% | - |
| HSV(B) | 308.11º | 0.18% | 0.81% | - |
| XYZ | 50.77 | 46.28 | 62.13 | - |
| YUV | 184.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 202 | 0 | 0.18 | 0.02 | 0.19 | 308.11 | 0.28 | 0.74 |
| Hex | CF | AA | CA | 0 | 12 | 2 | 13 | 134 | 1C | 4A |
| Octal | 317 | 252 | 312 | 0 | 22 | 2 | 23 | 464 | 34 | 112 |
| Binary | 11001111 | 10101010 | 11001010 | 0 | 10010 | 10 | 10011 | 100110100 | 11100 | 1001010 |
Color Harmonies of #CFAACA
Complementary color
Monochromatic Colors of #CFAACA
Black with #CFAACA
Text Example
Text Example
White with #CFAACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAACA; }
p { color: rgb(207,170,202); }
H1.HeaderClassName
{
color: #CFAACA;
}
.AnyTagClassName
{
color: #CFAACA;
}
</style>
background-color css
<style>
a { background-color: #CFAACA; }
a { background-color: rgb(207,170,202); }
div.DivClassName
{
background-color: #CFAACA;
}
.BgClassName
{
background-color: #CFAACA;
}
</style>
border-color css
<style>
span { border-color: #CFAACA; }
span { border-color: rgb(207,170,202); }
td.TdClassName
{
border-color: #CFAACA;
}
.TagClassName
{
border-color: #CFAACA;
}
</style>