Shades of Lilac #CAAAC7
Tints of Lilac #CAAAC7
RGB
CMYK
RGB Variations
Color information
#CAAAC7 (or 0xCAAAC7) is known color: Lilac. HEX triplet: CA, AA and C7. RGB value is (202,170,199). Sum of RGB (Red+Green+Blue) = 202+170+199=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAC7 is #355538. Grayscale: #B6B6B6. Windows color (decimal): -3495225 or 13085386. OLE color: 13085386.
HSL color Cylindrical-coordinate representation of color #CAAAC7: hue angle of 305.62º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAAAC7 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 170 | 199 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.21 |
| HSL | 305.63º | 0.23% | 0.73% | - |
| HSV(B) | 305.63º | 0.16% | 0.79% | - |
| XYZ | 49.04 | 45.43 | 60.22 | - |
| YUV | 182.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 199 | 0 | 0.16 | 0.01 | 0.21 | 305.63 | 0.23 | 0.73 |
| Hex | CA | AA | C7 | 0 | 10 | 1 | 15 | 132 | 17 | 49 |
| Octal | 312 | 252 | 307 | 0 | 20 | 1 | 25 | 462 | 27 | 111 |
| Binary | 11001010 | 10101010 | 11000111 | 0 | 10000 | 1 | 10101 | 100110010 | 10111 | 1001001 |
Color Harmonies of #CAAAC7
Complementary color
Monochromatic Colors of #CAAAC7
Black with #CAAAC7
Text Example
Text Example
White with #CAAAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAC7; }
p { color: rgb(202,170,199); }
H1.HeaderClassName
{
color: #CAAAC7;
}
.AnyTagClassName
{
color: #CAAAC7;
}
</style>
background-color css
<style>
a { background-color: #CAAAC7; }
a { background-color: rgb(202,170,199); }
div.DivClassName
{
background-color: #CAAAC7;
}
.BgClassName
{
background-color: #CAAAC7;
}
</style>
border-color css
<style>
span { border-color: #CAAAC7; }
span { border-color: rgb(202,170,199); }
td.TdClassName
{
border-color: #CAAAC7;
}
.TagClassName
{
border-color: #CAAAC7;
}
</style>