Shades of Lilac #CAACC9
Tints of Lilac #CAACC9
RGB
CMYK
RGB Variations
Color information
#CAACC9 (or 0xCAACC9) is known color: Lilac. HEX triplet: CA, AC and C9. RGB value is (202,172,201). Sum of RGB (Red+Green+Blue) = 202+172+201=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACC9 is #355336. Grayscale: #B8B8B8. Windows color (decimal): -3494711 or 13216970. OLE color: 13216970.
HSL color Cylindrical-coordinate representation of color #CAACC9: hue angle of 302º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAACC9 is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 172 | 201 | - |
| CMYK | 0 | 0.15 | 0.00 | 0.21 |
| HSL | 302º | 0.22% | 0.73% | - |
| HSV(B) | 302º | 0.15% | 0.79% | - |
| XYZ | 49.65 | 46.28 | 61.57 | - |
| YUV | 184.28 | 137.44 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 172 | 201 | 0 | 0.15 | 0.00 | 0.21 | 302 | 0.22 | 0.73 |
| Hex | CA | AC | C9 | 0 | F | 0 | 15 | 12E | 16 | 49 |
| Octal | 312 | 254 | 311 | 0 | 17 | 0 | 25 | 456 | 26 | 111 |
| Binary | 11001010 | 10101100 | 11001001 | 0 | 1111 | 0 | 10101 | 100101110 | 10110 | 1001001 |
Color Harmonies of #CAACC9
Complementary color
Monochromatic Colors of #CAACC9
Black with #CAACC9
Text Example
Text Example
White with #CAACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAACC9; }
p { color: rgb(202,172,201); }
H1.HeaderClassName
{
color: #CAACC9;
}
.AnyTagClassName
{
color: #CAACC9;
}
</style>
background-color css
<style>
a { background-color: #CAACC9; }
a { background-color: rgb(202,172,201); }
div.DivClassName
{
background-color: #CAACC9;
}
.BgClassName
{
background-color: #CAACC9;
}
</style>
border-color css
<style>
span { border-color: #CAACC9; }
span { border-color: rgb(202,172,201); }
td.TdClassName
{
border-color: #CAACC9;
}
.TagClassName
{
border-color: #CAACC9;
}
</style>