Shades of Lilac #CAA4CE
Tints of Lilac #CAA4CE
RGB
CMYK
RGB Variations
Color information
#CAA4CE (or 0xCAA4CE) is known color: Lilac. HEX triplet: CA, A4 and CE. RGB value is (202,164,206). Sum of RGB (Red+Green+Blue) = 202+164+206=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAA4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4CE is #355B31. Grayscale: #B4B4B4. Windows color (decimal): -3496754 or 13542602. OLE color: 13542602.
HSL color Cylindrical-coordinate representation of color #CAA4CE: hue angle of 294.29º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAA4CE is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 164 | 206 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.19 |
| HSL | 294.29º | 0.3% | 0.73% | - |
| HSV(B) | 294.29º | 0.2% | 0.81% | - |
| XYZ | 48.77 | 43.56 | 64.23 | - |
| YUV | 180.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 206 | 0.02 | 0.20 | 0 | 0.19 | 294.29 | 0.3 | 0.73 |
| Hex | CA | A4 | CE | 2 | 14 | 0 | 13 | 126 | 1E | 49 |
| Octal | 312 | 244 | 316 | 2 | 24 | 0 | 23 | 446 | 36 | 111 |
| Binary | 11001010 | 10100100 | 11001110 | 10 | 10100 | 0 | 10011 | 100100110 | 11110 | 1001001 |
Color Harmonies of #CAA4CE
Complementary color
Monochromatic Colors of #CAA4CE
Black with #CAA4CE
Text Example
Text Example
White with #CAA4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA4CE; }
p { color: rgb(202,164,206); }
H1.HeaderClassName
{
color: #CAA4CE;
}
.AnyTagClassName
{
color: #CAA4CE;
}
</style>
background-color css
<style>
a { background-color: #CAA4CE; }
a { background-color: rgb(202,164,206); }
div.DivClassName
{
background-color: #CAA4CE;
}
.BgClassName
{
background-color: #CAA4CE;
}
</style>
border-color css
<style>
span { border-color: #CAA4CE; }
span { border-color: rgb(202,164,206); }
td.TdClassName
{
border-color: #CAA4CE;
}
.TagClassName
{
border-color: #CAA4CE;
}
</style>