Shades of Lilac #CAABC9
Tints of Lilac #CAABC9
RGB
CMYK
RGB Variations
Color information
#CAABC9 (or 0xCAABC9) is known color: Lilac. HEX triplet: CA, AB and C9. RGB value is (202,171,201). Sum of RGB (Red+Green+Blue) = 202+171+201=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABC9 is #355436. Grayscale: #B7B7B7. Windows color (decimal): -3494967 or 13216714. OLE color: 13216714.
HSL color Cylindrical-coordinate representation of color #CAABC9: hue angle of 301.94º degrees, saturation: 0.23, 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 #CAABC9 is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 171 | 201 | - |
| CMYK | 0 | 0.15 | 0.00 | 0.21 |
| HSL | 301.94º | 0.23% | 0.73% | - |
| HSV(B) | 301.94º | 0.15% | 0.79% | - |
| XYZ | 49.46 | 45.9 | 61.51 | - |
| YUV | 183.69 | 137.77 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 171 | 201 | 0 | 0.15 | 0.00 | 0.21 | 301.94 | 0.23 | 0.73 |
| Hex | CA | AB | C9 | 0 | F | 0 | 15 | 12E | 17 | 49 |
| Octal | 312 | 253 | 311 | 0 | 17 | 0 | 25 | 456 | 27 | 111 |
| Binary | 11001010 | 10101011 | 11001001 | 0 | 1111 | 0 | 10101 | 100101110 | 10111 | 1001001 |
Color Harmonies of #CAABC9
Complementary color
Monochromatic Colors of #CAABC9
Black with #CAABC9
Text Example
Text Example
White with #CAABC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAABC9; }
p { color: rgb(202,171,201); }
H1.HeaderClassName
{
color: #CAABC9;
}
.AnyTagClassName
{
color: #CAABC9;
}
</style>
background-color css
<style>
a { background-color: #CAABC9; }
a { background-color: rgb(202,171,201); }
div.DivClassName
{
background-color: #CAABC9;
}
.BgClassName
{
background-color: #CAABC9;
}
</style>
border-color css
<style>
span { border-color: #CAABC9; }
span { border-color: rgb(202,171,201); }
td.TdClassName
{
border-color: #CAABC9;
}
.TagClassName
{
border-color: #CAABC9;
}
</style>