Shades of Lilac #CAA6CE
Tints of Lilac #CAA6CE
RGB
CMYK
RGB Variations
Color information
#CAA6CE (or 0xCAA6CE) is known color: Lilac. HEX triplet: CA, A6 and CE. RGB value is (202,166,206). Sum of RGB (Red+Green+Blue) = 202+166+206=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAA6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6CE is #355931. Grayscale: #B5B5B5. Windows color (decimal): -3496242 or 13543114. OLE color: 13543114.
HSL color Cylindrical-coordinate representation of color #CAA6CE: hue angle of 294º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAA6CE is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 166 | 206 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.19 |
| HSL | 294º | 0.29% | 0.73% | - |
| HSV(B) | 294º | 0.19% | 0.81% | - |
| XYZ | 49.13 | 44.29 | 64.35 | - |
| YUV | 181.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 206 | 0.02 | 0.19 | 0 | 0.19 | 294 | 0.29 | 0.73 |
| Hex | CA | A6 | CE | 2 | 13 | 0 | 13 | 126 | 1D | 49 |
| Octal | 312 | 246 | 316 | 2 | 23 | 0 | 23 | 446 | 35 | 111 |
| Binary | 11001010 | 10100110 | 11001110 | 10 | 10011 | 0 | 10011 | 100100110 | 11101 | 1001001 |
Color Harmonies of #CAA6CE
Complementary color
Monochromatic Colors of #CAA6CE
Black with #CAA6CE
Text Example
Text Example
White with #CAA6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA6CE; }
p { color: rgb(202,166,206); }
H1.HeaderClassName
{
color: #CAA6CE;
}
.AnyTagClassName
{
color: #CAA6CE;
}
</style>
background-color css
<style>
a { background-color: #CAA6CE; }
a { background-color: rgb(202,166,206); }
div.DivClassName
{
background-color: #CAA6CE;
}
.BgClassName
{
background-color: #CAA6CE;
}
</style>
border-color css
<style>
span { border-color: #CAA6CE; }
span { border-color: rgb(202,166,206); }
td.TdClassName
{
border-color: #CAA6CE;
}
.TagClassName
{
border-color: #CAA6CE;
}
</style>