Shades of Lilac #CAA2D1
Tints of Lilac #CAA2D1
RGB
CMYK
RGB Variations
Color information
#CAA2D1 (or 0xCAA2D1) is known color: Lilac. HEX triplet: CA, A2 and D1. RGB value is (202,162,209). Sum of RGB (Red+Green+Blue) = 202+162+209=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 162 (63.67% from 255 or 28.27% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 209 - color contains mainly: blue. Hex color #CAA2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2D1 is #355D2E. Grayscale: #B3B3B3. Windows color (decimal): -3497263 or 13738698. OLE color: 13738698.
HSL color Cylindrical-coordinate representation of color #CAA2D1: hue angle of 291.06º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAA2D1 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 162 | 209 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.18 |
| HSL | 291.06º | 0.34% | 0.73% | - |
| HSV(B) | 291.06º | 0.22% | 0.82% | - |
| XYZ | 48.79 | 43 | 66.05 | - |
| YUV | 179.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 209 | 0.03 | 0.22 | 0 | 0.18 | 291.06 | 0.34 | 0.73 |
| Hex | CA | A2 | D1 | 3 | 16 | 0 | 12 | 123 | 22 | 49 |
| Octal | 312 | 242 | 321 | 3 | 26 | 0 | 22 | 443 | 42 | 111 |
| Binary | 11001010 | 10100010 | 11010001 | 11 | 10110 | 0 | 10010 | 100100011 | 100010 | 1001001 |
Color Harmonies of #CAA2D1
Complementary color
Monochromatic Colors of #CAA2D1
Black with #CAA2D1
Text Example
Text Example
White with #CAA2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA2D1; }
p { color: rgb(202,162,209); }
H1.HeaderClassName
{
color: #CAA2D1;
}
.AnyTagClassName
{
color: #CAA2D1;
}
</style>
background-color css
<style>
a { background-color: #CAA2D1; }
a { background-color: rgb(202,162,209); }
div.DivClassName
{
background-color: #CAA2D1;
}
.BgClassName
{
background-color: #CAA2D1;
}
</style>
border-color css
<style>
span { border-color: #CAA2D1; }
span { border-color: rgb(202,162,209); }
td.TdClassName
{
border-color: #CAA2D1;
}
.TagClassName
{
border-color: #CAA2D1;
}
</style>