Shades of Lilac #CAA9C8
Tints of Lilac #CAA9C8
RGB
CMYK
RGB Variations
Color information
#CAA9C8 (or 0xCAA9C8) is known color: Lilac. HEX triplet: CA, A9 and C8. RGB value is (202,169,200). Sum of RGB (Red+Green+Blue) = 202+169+200=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA9C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9C8 is #355637. Grayscale: #B6B6B6. Windows color (decimal): -3495480 or 13150666. OLE color: 13150666.
HSL color Cylindrical-coordinate representation of color #CAA9C8: hue angle of 303.64º degrees, saturation: 0.24, 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 #CAA9C8 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 200 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.21 |
| HSL | 303.64º | 0.24% | 0.73% | - |
| HSV(B) | 303.64º | 0.16% | 0.79% | - |
| XYZ | 48.97 | 45.1 | 60.77 | - |
| YUV | 182.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 200 | 0 | 0.16 | 0.01 | 0.21 | 303.64 | 0.24 | 0.73 |
| Hex | CA | A9 | C8 | 0 | 10 | 1 | 15 | 130 | 18 | 49 |
| Octal | 312 | 251 | 310 | 0 | 20 | 1 | 25 | 460 | 30 | 111 |
| Binary | 11001010 | 10101001 | 11001000 | 0 | 10000 | 1 | 10101 | 100110000 | 11000 | 1001001 |
Color Harmonies of #CAA9C8
Complementary color
Monochromatic Colors of #CAA9C8
Black with #CAA9C8
Text Example
Text Example
White with #CAA9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA9C8; }
p { color: rgb(202,169,200); }
H1.HeaderClassName
{
color: #CAA9C8;
}
.AnyTagClassName
{
color: #CAA9C8;
}
</style>
background-color css
<style>
a { background-color: #CAA9C8; }
a { background-color: rgb(202,169,200); }
div.DivClassName
{
background-color: #CAA9C8;
}
.BgClassName
{
background-color: #CAA9C8;
}
</style>
border-color css
<style>
span { border-color: #CAA9C8; }
span { border-color: rgb(202,169,200); }
td.TdClassName
{
border-color: #CAA9C8;
}
.TagClassName
{
border-color: #CAA9C8;
}
</style>