Shades of Lilac #CAA9CE
Tints of Lilac #CAA9CE
RGB
CMYK
RGB Variations
Color information
#CAA9CE (or 0xCAA9CE) is known color: Lilac. HEX triplet: CA, A9 and CE. RGB value is (202,169,206). Sum of RGB (Red+Green+Blue) = 202+169+206=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAA9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9CE is #355631. Grayscale: #B6B6B6. Windows color (decimal): -3495474 or 13543882. OLE color: 13543882.
HSL color Cylindrical-coordinate representation of color #CAA9CE: hue angle of 293.51º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAA9CE is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 169 | 206 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.19 |
| HSL | 293.51º | 0.27% | 0.74% | - |
| HSV(B) | 293.51º | 0.18% | 0.81% | - |
| XYZ | 49.69 | 45.39 | 64.53 | - |
| YUV | 183.09 | 140.93 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 206 | 0.02 | 0.18 | 0 | 0.19 | 293.51 | 0.27 | 0.74 |
| Hex | CA | A9 | CE | 2 | 12 | 0 | 13 | 126 | 1B | 4A |
| Octal | 312 | 251 | 316 | 2 | 22 | 0 | 23 | 446 | 33 | 112 |
| Binary | 11001010 | 10101001 | 11001110 | 10 | 10010 | 0 | 10011 | 100100110 | 11011 | 1001010 |
Color Harmonies of #CAA9CE
Complementary color
Monochromatic Colors of #CAA9CE
Black with #CAA9CE
Text Example
Text Example
White with #CAA9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA9CE; }
p { color: rgb(202,169,206); }
H1.HeaderClassName
{
color: #CAA9CE;
}
.AnyTagClassName
{
color: #CAA9CE;
}
</style>
background-color css
<style>
a { background-color: #CAA9CE; }
a { background-color: rgb(202,169,206); }
div.DivClassName
{
background-color: #CAA9CE;
}
.BgClassName
{
background-color: #CAA9CE;
}
</style>
border-color css
<style>
span { border-color: #CAA9CE; }
span { border-color: rgb(202,169,206); }
td.TdClassName
{
border-color: #CAA9CE;
}
.TagClassName
{
border-color: #CAA9CE;
}
</style>