Shades of Lilac #CAAAC8
Tints of Lilac #CAAAC8
RGB
CMYK
RGB Variations
Color information
#CAAAC8 (or 0xCAAAC8) is known color: Lilac. HEX triplet: CA, AA and C8. RGB value is (202,170,200). Sum of RGB (Red+Green+Blue) = 202+170+200=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAC8 is #355537. Grayscale: #B6B6B6. Windows color (decimal): -3495224 or 13150922. OLE color: 13150922.
HSL color Cylindrical-coordinate representation of color #CAAAC8: hue angle of 303.75º 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 #CAAAC8 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 170 | 200 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.21 |
| HSL | 303.75º | 0.23% | 0.73% | - |
| HSV(B) | 303.75º | 0.16% | 0.79% | - |
| XYZ | 49.16 | 45.48 | 60.83 | - |
| YUV | 182.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 200 | 0 | 0.16 | 0.01 | 0.21 | 303.75 | 0.23 | 0.73 |
| Hex | CA | AA | C8 | 0 | 10 | 1 | 15 | 130 | 17 | 49 |
| Octal | 312 | 252 | 310 | 0 | 20 | 1 | 25 | 460 | 27 | 111 |
| Binary | 11001010 | 10101010 | 11001000 | 0 | 10000 | 1 | 10101 | 100110000 | 10111 | 1001001 |
Color Harmonies of #CAAAC8
Complementary color
Monochromatic Colors of #CAAAC8
Black with #CAAAC8
Text Example
Text Example
White with #CAAAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAC8; }
p { color: rgb(202,170,200); }
H1.HeaderClassName
{
color: #CAAAC8;
}
.AnyTagClassName
{
color: #CAAAC8;
}
</style>
background-color css
<style>
a { background-color: #CAAAC8; }
a { background-color: rgb(202,170,200); }
div.DivClassName
{
background-color: #CAAAC8;
}
.BgClassName
{
background-color: #CAAAC8;
}
</style>
border-color css
<style>
span { border-color: #CAAAC8; }
span { border-color: rgb(202,170,200); }
td.TdClassName
{
border-color: #CAAAC8;
}
.TagClassName
{
border-color: #CAAAC8;
}
</style>