Shades of Lilac #CAAACC
Tints of Lilac #CAAACC
RGB
CMYK
RGB Variations
Color information
#CAAACC (or 0xCAAACC) is known color: Lilac. HEX triplet: CA, AA and CC. RGB value is (202,170,204). Sum of RGB (Red+Green+Blue) = 202+170+204=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAAACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAACC is #355533. Grayscale: #B7B7B7. Windows color (decimal): -3495220 or 13413066. OLE color: 13413066.
HSL color Cylindrical-coordinate representation of color #CAAACC: hue angle of 296.47º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAAACC is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 170 | 204 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.2 |
| HSL | 296.47º | 0.25% | 0.73% | - |
| HSV(B) | 296.47º | 0.17% | 0.8% | - |
| XYZ | 49.63 | 45.67 | 63.33 | - |
| YUV | 183.44 | 139.6 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 204 | 0.01 | 0.17 | 0 | 0.2 | 296.47 | 0.25 | 0.73 |
| Hex | CA | AA | CC | 1 | 11 | 0 | 14 | 128 | 19 | 49 |
| Octal | 312 | 252 | 314 | 1 | 21 | 0 | 24 | 450 | 31 | 111 |
| Binary | 11001010 | 10101010 | 11001100 | 1 | 10001 | 0 | 10100 | 100101000 | 11001 | 1001001 |
Color Harmonies of #CAAACC
Complementary color
Monochromatic Colors of #CAAACC
Black with #CAAACC
Text Example
Text Example
White with #CAAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAACC; }
p { color: rgb(202,170,204); }
H1.HeaderClassName
{
color: #CAAACC;
}
.AnyTagClassName
{
color: #CAAACC;
}
</style>
background-color css
<style>
a { background-color: #CAAACC; }
a { background-color: rgb(202,170,204); }
div.DivClassName
{
background-color: #CAAACC;
}
.BgClassName
{
background-color: #CAAACC;
}
</style>
border-color css
<style>
span { border-color: #CAAACC; }
span { border-color: rgb(202,170,204); }
td.TdClassName
{
border-color: #CAAACC;
}
.TagClassName
{
border-color: #CAAACC;
}
</style>