Shades of Lilac #CAAACB
Tints of Lilac #CAAACB
RGB
CMYK
RGB Variations
Color information
#CAAACB (or 0xCAAACB) is known color: Lilac. HEX triplet: CA, AA and CB. RGB value is (202,170,203). Sum of RGB (Red+Green+Blue) = 202+170+203=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #CAAACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAACB is #355534. Grayscale: #B7B7B7. Windows color (decimal): -3495221 or 13347530. OLE color: 13347530.
HSL color Cylindrical-coordinate representation of color #CAAACB: hue angle of 298.18º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAAACB is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 170 | 203 | - |
| CMYK | 0.00 | 0.16 | 0 | 0.20 |
| HSL | 298.18º | 0.24% | 0.73% | - |
| HSV(B) | 298.18º | 0.16% | 0.8% | - |
| XYZ | 49.51 | 45.62 | 62.7 | - |
| YUV | 183.33 | 139.1 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 203 | 0.00 | 0.16 | 0 | 0.20 | 298.18 | 0.24 | 0.73 |
| Hex | CA | AA | CB | 0 | 10 | 0 | 14 | 12A | 18 | 49 |
| Octal | 312 | 252 | 313 | 0 | 20 | 0 | 24 | 452 | 30 | 111 |
| Binary | 11001010 | 10101010 | 11001011 | 0 | 10000 | 0 | 10100 | 100101010 | 11000 | 1001001 |
Color Harmonies of #CAAACB
Complementary color
Monochromatic Colors of #CAAACB
Black with #CAAACB
Text Example
Text Example
White with #CAAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAACB; }
p { color: rgb(202,170,203); }
H1.HeaderClassName
{
color: #CAAACB;
}
.AnyTagClassName
{
color: #CAAACB;
}
</style>
background-color css
<style>
a { background-color: #CAAACB; }
a { background-color: rgb(202,170,203); }
div.DivClassName
{
background-color: #CAAACB;
}
.BgClassName
{
background-color: #CAAACB;
}
</style>
border-color css
<style>
span { border-color: #CAAACB; }
span { border-color: rgb(202,170,203); }
td.TdClassName
{
border-color: #CAAACB;
}
.TagClassName
{
border-color: #CAAACB;
}
</style>