Shades of Lilac #CAA8C5
Tints of Lilac #CAA8C5
RGB
CMYK
RGB Variations
Color information
#CAA8C5 (or 0xCAA8C5) is known color: Lilac. HEX triplet: CA, A8 and C5. RGB value is (202,168,197). Sum of RGB (Red+Green+Blue) = 202+168+197=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 168 (66.02% from 255 or 29.63% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8C5 is #35573A. Grayscale: #B5B5B5. Windows color (decimal): -3495739 or 12953802. OLE color: 12953802.
HSL color Cylindrical-coordinate representation of color #CAA8C5: hue angle of 308.82º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAA8C5 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 197 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.21 |
| HSL | 308.82º | 0.24% | 0.73% | - |
| HSV(B) | 308.82º | 0.17% | 0.79% | - |
| XYZ | 48.44 | 44.59 | 58.88 | - |
| YUV | 181.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 197 | 0 | 0.17 | 0.02 | 0.21 | 308.82 | 0.24 | 0.73 |
| Hex | CA | A8 | C5 | 0 | 11 | 2 | 15 | 135 | 18 | 49 |
| Octal | 312 | 250 | 305 | 0 | 21 | 2 | 25 | 465 | 30 | 111 |
| Binary | 11001010 | 10101000 | 11000101 | 0 | 10001 | 10 | 10101 | 100110101 | 11000 | 1001001 |
Color Harmonies of #CAA8C5
Complementary color
Monochromatic Colors of #CAA8C5
Black with #CAA8C5
Text Example
Text Example
White with #CAA8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA8C5; }
p { color: rgb(202,168,197); }
H1.HeaderClassName
{
color: #CAA8C5;
}
.AnyTagClassName
{
color: #CAA8C5;
}
</style>
background-color css
<style>
a { background-color: #CAA8C5; }
a { background-color: rgb(202,168,197); }
div.DivClassName
{
background-color: #CAA8C5;
}
.BgClassName
{
background-color: #CAA8C5;
}
</style>
border-color css
<style>
span { border-color: #CAA8C5; }
span { border-color: rgb(202,168,197); }
td.TdClassName
{
border-color: #CAA8C5;
}
.TagClassName
{
border-color: #CAA8C5;
}
</style>