Shades of Lilac #CAAAC6
Tints of Lilac #CAAAC6
RGB
CMYK
RGB Variations
Color information
#CAAAC6 (or 0xCAAAC6) is known color: Lilac. HEX triplet: CA, AA and C6. RGB value is (202,170,198). Sum of RGB (Red+Green+Blue) = 202+170+198=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAC6 is #355539. Grayscale: #B6B6B6. Windows color (decimal): -3495226 or 13019850. OLE color: 13019850.
HSL color Cylindrical-coordinate representation of color #CAAAC6: hue angle of 307.5º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAAAC6 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 170 | 198 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.21 |
| HSL | 307.5º | 0.23% | 0.73% | - |
| HSV(B) | 307.5º | 0.16% | 0.79% | - |
| XYZ | 48.92 | 45.38 | 59.61 | - |
| YUV | 182.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 198 | 0 | 0.16 | 0.02 | 0.21 | 307.5 | 0.23 | 0.73 |
| Hex | CA | AA | C6 | 0 | 10 | 2 | 15 | 134 | 17 | 49 |
| Octal | 312 | 252 | 306 | 0 | 20 | 2 | 25 | 464 | 27 | 111 |
| Binary | 11001010 | 10101010 | 11000110 | 0 | 10000 | 10 | 10101 | 100110100 | 10111 | 1001001 |
Color Harmonies of #CAAAC6
Complementary color
Monochromatic Colors of #CAAAC6
Black with #CAAAC6
Text Example
Text Example
White with #CAAAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAC6; }
p { color: rgb(202,170,198); }
H1.HeaderClassName
{
color: #CAAAC6;
}
.AnyTagClassName
{
color: #CAAAC6;
}
</style>
background-color css
<style>
a { background-color: #CAAAC6; }
a { background-color: rgb(202,170,198); }
div.DivClassName
{
background-color: #CAAAC6;
}
.BgClassName
{
background-color: #CAAAC6;
}
</style>
border-color css
<style>
span { border-color: #CAAAC6; }
span { border-color: rgb(202,170,198); }
td.TdClassName
{
border-color: #CAAAC6;
}
.TagClassName
{
border-color: #CAAAC6;
}
</style>