Shades of Lilac #CAAAC5
Tints of Lilac #CAAAC5
RGB
CMYK
RGB Variations
Color information
#CAAAC5 (or 0xCAAAC5) is known color: Lilac. HEX triplet: CA, AA and C5. RGB value is (202,170,197). Sum of RGB (Red+Green+Blue) = 202+170+197=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAC5 is #35553A. Grayscale: #B6B6B6. Windows color (decimal): -3495227 or 12954314. OLE color: 12954314.
HSL color Cylindrical-coordinate representation of color #CAAAC5: hue angle of 309.38º 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 #CAAAC5 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 170 | 197 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.21 |
| HSL | 309.38º | 0.23% | 0.73% | - |
| HSV(B) | 309.38º | 0.16% | 0.79% | - |
| XYZ | 48.81 | 45.34 | 59 | - |
| YUV | 182.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 197 | 0 | 0.16 | 0.02 | 0.21 | 309.38 | 0.23 | 0.73 |
| Hex | CA | AA | C5 | 0 | 10 | 2 | 15 | 135 | 17 | 49 |
| Octal | 312 | 252 | 305 | 0 | 20 | 2 | 25 | 465 | 27 | 111 |
| Binary | 11001010 | 10101010 | 11000101 | 0 | 10000 | 10 | 10101 | 100110101 | 10111 | 1001001 |
Color Harmonies of #CAAAC5
Complementary color
Monochromatic Colors of #CAAAC5
Black with #CAAAC5
Text Example
Text Example
White with #CAAAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAC5; }
p { color: rgb(202,170,197); }
H1.HeaderClassName
{
color: #CAAAC5;
}
.AnyTagClassName
{
color: #CAAAC5;
}
</style>
background-color css
<style>
a { background-color: #CAAAC5; }
a { background-color: rgb(202,170,197); }
div.DivClassName
{
background-color: #CAAAC5;
}
.BgClassName
{
background-color: #CAAAC5;
}
</style>
border-color css
<style>
span { border-color: #CAAAC5; }
span { border-color: rgb(202,170,197); }
td.TdClassName
{
border-color: #CAAAC5;
}
.TagClassName
{
border-color: #CAAAC5;
}
</style>