Shades of Lilac #CAA3CE
Tints of Lilac #CAA3CE
RGB
CMYK
RGB Variations
Color information
#CAA3CE (or 0xCAA3CE) is known color: Lilac. HEX triplet: CA, A3 and CE. RGB value is (202,163,206). Sum of RGB (Red+Green+Blue) = 202+163+206=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 163 (64.06% from 255 or 28.55% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAA3CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA3CE is #355C31. Grayscale: #B3B3B3. Windows color (decimal): -3497010 or 13542346. OLE color: 13542346.
HSL color Cylindrical-coordinate representation of color #CAA3CE: hue angle of 294.42º degrees, saturation: 0.3, 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 #CAA3CE is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 163 | 206 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.19 |
| HSL | 294.42º | 0.3% | 0.72% | - |
| HSV(B) | 294.42º | 0.21% | 0.81% | - |
| XYZ | 48.59 | 43.21 | 64.17 | - |
| YUV | 179.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 206 | 0.02 | 0.21 | 0 | 0.19 | 294.42 | 0.3 | 0.72 |
| Hex | CA | A3 | CE | 2 | 15 | 0 | 13 | 126 | 1E | 48 |
| Octal | 312 | 243 | 316 | 2 | 25 | 0 | 23 | 446 | 36 | 110 |
| Binary | 11001010 | 10100011 | 11001110 | 10 | 10101 | 0 | 10011 | 100100110 | 11110 | 1001000 |
Color Harmonies of #CAA3CE
Complementary color
Monochromatic Colors of #CAA3CE
Black with #CAA3CE
Text Example
Text Example
White with #CAA3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA3CE; }
p { color: rgb(202,163,206); }
H1.HeaderClassName
{
color: #CAA3CE;
}
.AnyTagClassName
{
color: #CAA3CE;
}
</style>
background-color css
<style>
a { background-color: #CAA3CE; }
a { background-color: rgb(202,163,206); }
div.DivClassName
{
background-color: #CAA3CE;
}
.BgClassName
{
background-color: #CAA3CE;
}
</style>
border-color css
<style>
span { border-color: #CAA3CE; }
span { border-color: rgb(202,163,206); }
td.TdClassName
{
border-color: #CAA3CE;
}
.TagClassName
{
border-color: #CAA3CE;
}
</style>