Shades of Lilac #CAA2CE
Tints of Lilac #CAA2CE
RGB
CMYK
RGB Variations
Color information
#CAA2CE (or 0xCAA2CE) is known color: Lilac. HEX triplet: CA, A2 and CE. RGB value is (202,162,206). Sum of RGB (Red+Green+Blue) = 202+162+206=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAA2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2CE is #355D31. Grayscale: #B2B2B2. Windows color (decimal): -3497266 or 13542090. OLE color: 13542090.
HSL color Cylindrical-coordinate representation of color #CAA2CE: hue angle of 294.55º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAA2CE is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 162 | 206 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.19 |
| HSL | 294.55º | 0.31% | 0.72% | - |
| HSV(B) | 294.55º | 0.21% | 0.81% | - |
| XYZ | 48.42 | 42.85 | 64.11 | - |
| YUV | 178.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 206 | 0.02 | 0.21 | 0 | 0.19 | 294.55 | 0.31 | 0.72 |
| Hex | CA | A2 | CE | 2 | 15 | 0 | 13 | 127 | 1F | 48 |
| Octal | 312 | 242 | 316 | 2 | 25 | 0 | 23 | 447 | 37 | 110 |
| Binary | 11001010 | 10100010 | 11001110 | 10 | 10101 | 0 | 10011 | 100100111 | 11111 | 1001000 |
Color Harmonies of #CAA2CE
Complementary color
Monochromatic Colors of #CAA2CE
Black with #CAA2CE
Text Example
Text Example
White with #CAA2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA2CE; }
p { color: rgb(202,162,206); }
H1.HeaderClassName
{
color: #CAA2CE;
}
.AnyTagClassName
{
color: #CAA2CE;
}
</style>
background-color css
<style>
a { background-color: #CAA2CE; }
a { background-color: rgb(202,162,206); }
div.DivClassName
{
background-color: #CAA2CE;
}
.BgClassName
{
background-color: #CAA2CE;
}
</style>
border-color css
<style>
span { border-color: #CAA2CE; }
span { border-color: rgb(202,162,206); }
td.TdClassName
{
border-color: #CAA2CE;
}
.TagClassName
{
border-color: #CAA2CE;
}
</style>