Shades of Lilac #CAAACE
Tints of Lilac #CAAACE
RGB
CMYK
RGB Variations
Color information
#CAAACE (or 0xCAAACE) is known color: Lilac. HEX triplet: CA, AA and CE. RGB value is (202,170,206). Sum of RGB (Red+Green+Blue) = 202+170+206=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAAACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAACE is #355531. Grayscale: #B7B7B7. Windows color (decimal): -3495218 or 13544138. OLE color: 13544138.
HSL color Cylindrical-coordinate representation of color #CAAACE: hue angle of 293.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAAACE is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 170 | 206 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.19 |
| HSL | 293.33º | 0.27% | 0.74% | - |
| HSV(B) | 293.33º | 0.17% | 0.81% | - |
| XYZ | 49.87 | 45.76 | 64.6 | - |
| YUV | 183.67 | 140.6 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 206 | 0.02 | 0.17 | 0 | 0.19 | 293.33 | 0.27 | 0.74 |
| Hex | CA | AA | CE | 2 | 11 | 0 | 13 | 125 | 1B | 4A |
| Octal | 312 | 252 | 316 | 2 | 21 | 0 | 23 | 445 | 33 | 112 |
| Binary | 11001010 | 10101010 | 11001110 | 10 | 10001 | 0 | 10011 | 100100101 | 11011 | 1001010 |
Color Harmonies of #CAAACE
Complementary color
Monochromatic Colors of #CAAACE
Black with #CAAACE
Text Example
Text Example
White with #CAAACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAACE; }
p { color: rgb(202,170,206); }
H1.HeaderClassName
{
color: #CAAACE;
}
.AnyTagClassName
{
color: #CAAACE;
}
</style>
background-color css
<style>
a { background-color: #CAAACE; }
a { background-color: rgb(202,170,206); }
div.DivClassName
{
background-color: #CAAACE;
}
.BgClassName
{
background-color: #CAAACE;
}
</style>
border-color css
<style>
span { border-color: #CAAACE; }
span { border-color: rgb(202,170,206); }
td.TdClassName
{
border-color: #CAAACE;
}
.TagClassName
{
border-color: #CAAACE;
}
</style>