Shades of Lilac #CAABC8
Tints of Lilac #CAABC8
RGB
CMYK
RGB Variations
Color information
#CAABC8 (or 0xCAABC8) is known color: Lilac. HEX triplet: CA, AB and C8. RGB value is (202,171,200). Sum of RGB (Red+Green+Blue) = 202+171+200=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 200 (78.52% from 255 or 34.90% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABC8 is #355437. Grayscale: #B7B7B7. Windows color (decimal): -3494968 or 13151178. OLE color: 13151178.
HSL color Cylindrical-coordinate representation of color #CAABC8: hue angle of 303.87º 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 #CAABC8 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 171 | 200 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.21 |
| HSL | 303.87º | 0.23% | 0.73% | - |
| HSV(B) | 303.87º | 0.15% | 0.79% | - |
| XYZ | 49.35 | 45.85 | 60.89 | - |
| YUV | 183.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 171 | 200 | 0 | 0.15 | 0.01 | 0.21 | 303.87 | 0.23 | 0.73 |
| Hex | CA | AB | C8 | 0 | F | 1 | 15 | 130 | 17 | 49 |
| Octal | 312 | 253 | 310 | 0 | 17 | 1 | 25 | 460 | 27 | 111 |
| Binary | 11001010 | 10101011 | 11001000 | 0 | 1111 | 1 | 10101 | 100110000 | 10111 | 1001001 |
Color Harmonies of #CAABC8
Complementary color
Monochromatic Colors of #CAABC8
Black with #CAABC8
Text Example
Text Example
White with #CAABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAABC8; }
p { color: rgb(202,171,200); }
H1.HeaderClassName
{
color: #CAABC8;
}
.AnyTagClassName
{
color: #CAABC8;
}
</style>
background-color css
<style>
a { background-color: #CAABC8; }
a { background-color: rgb(202,171,200); }
div.DivClassName
{
background-color: #CAABC8;
}
.BgClassName
{
background-color: #CAABC8;
}
</style>
border-color css
<style>
span { border-color: #CAABC8; }
span { border-color: rgb(202,171,200); }
td.TdClassName
{
border-color: #CAABC8;
}
.TagClassName
{
border-color: #CAABC8;
}
</style>