Shades of Lilac #CFAAD1
Tints of Lilac #CFAAD1
RGB
CMYK
RGB Variations
Color information
#CFAAD1 (or 0xCFAAD1) is known color: Lilac. HEX triplet: CF, AA and D1. RGB value is (207,170,209). Sum of RGB (Red+Green+Blue) = 207+170+209=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFAAD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAAD1 is #30552E. Grayscale: #B9B9B9. Windows color (decimal): -3167535 or 13740751. OLE color: 13740751.
HSL color Cylindrical-coordinate representation of color #CFAAD1: hue angle of 296.92º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFAAD1 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 170 | 209 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.18 |
| HSL | 296.92º | 0.3% | 0.74% | - |
| HSV(B) | 296.92º | 0.19% | 0.82% | - |
| XYZ | 51.62 | 46.62 | 66.6 | - |
| YUV | 185.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 209 | 0.01 | 0.19 | 0 | 0.18 | 296.92 | 0.3 | 0.74 |
| Hex | CF | AA | D1 | 1 | 13 | 0 | 12 | 129 | 1E | 4A |
| Octal | 317 | 252 | 321 | 1 | 23 | 0 | 22 | 451 | 36 | 112 |
| Binary | 11001111 | 10101010 | 11010001 | 1 | 10011 | 0 | 10010 | 100101001 | 11110 | 1001010 |
Color Harmonies of #CFAAD1
Complementary color
Monochromatic Colors of #CFAAD1
Black with #CFAAD1
Text Example
Text Example
White with #CFAAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAD1; }
p { color: rgb(207,170,209); }
H1.HeaderClassName
{
color: #CFAAD1;
}
.AnyTagClassName
{
color: #CFAAD1;
}
</style>
background-color css
<style>
a { background-color: #CFAAD1; }
a { background-color: rgb(207,170,209); }
div.DivClassName
{
background-color: #CFAAD1;
}
.BgClassName
{
background-color: #CFAAD1;
}
</style>
border-color css
<style>
span { border-color: #CFAAD1; }
span { border-color: rgb(207,170,209); }
td.TdClassName
{
border-color: #CFAAD1;
}
.TagClassName
{
border-color: #CFAAD1;
}
</style>