Shades of Lilac #CAA6CF
Tints of Lilac #CAA6CF
RGB
CMYK
RGB Variations
Color information
#CAA6CF (or 0xCAA6CF) is known color: Lilac. HEX triplet: CA, A6 and CF. RGB value is (202,166,207). Sum of RGB (Red+Green+Blue) = 202+166+207=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #CAA6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6CF is #355930. Grayscale: #B5B5B5. Windows color (decimal): -3496241 or 13608650. OLE color: 13608650.
HSL color Cylindrical-coordinate representation of color #CAA6CF: hue angle of 292.68º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAA6CF is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 166 | 207 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.19 |
| HSL | 292.68º | 0.3% | 0.73% | - |
| HSV(B) | 292.68º | 0.2% | 0.81% | - |
| XYZ | 49.26 | 44.33 | 64.99 | - |
| YUV | 181.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 207 | 0.02 | 0.20 | 0 | 0.19 | 292.68 | 0.3 | 0.73 |
| Hex | CA | A6 | CF | 2 | 14 | 0 | 13 | 125 | 1E | 49 |
| Octal | 312 | 246 | 317 | 2 | 24 | 0 | 23 | 445 | 36 | 111 |
| Binary | 11001010 | 10100110 | 11001111 | 10 | 10100 | 0 | 10011 | 100100101 | 11110 | 1001001 |
Color Harmonies of #CAA6CF
Complementary color
Monochromatic Colors of #CAA6CF
Black with #CAA6CF
Text Example
Text Example
White with #CAA6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA6CF; }
p { color: rgb(202,166,207); }
H1.HeaderClassName
{
color: #CAA6CF;
}
.AnyTagClassName
{
color: #CAA6CF;
}
</style>
background-color css
<style>
a { background-color: #CAA6CF; }
a { background-color: rgb(202,166,207); }
div.DivClassName
{
background-color: #CAA6CF;
}
.BgClassName
{
background-color: #CAA6CF;
}
</style>
border-color css
<style>
span { border-color: #CAA6CF; }
span { border-color: rgb(202,166,207); }
td.TdClassName
{
border-color: #CAA6CF;
}
.TagClassName
{
border-color: #CAA6CF;
}
</style>