Shades of Lilac #CAB1C8
Tints of Lilac #CAB1C8
RGB
CMYK
RGB Variations
Color information
#CAB1C8 (or 0xCAB1C8) is known color: Lilac. HEX triplet: CA, B1 and C8. RGB value is (202,177,200). Sum of RGB (Red+Green+Blue) = 202+177+200=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1C8 is #354E37. Grayscale: #BBBBBB. Windows color (decimal): -3493432 or 13152714. OLE color: 13152714.
HSL color Cylindrical-coordinate representation of color #CAB1C8: hue angle of 304.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB1C8 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 200 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.21 |
| HSL | 304.8º | 0.19% | 0.74% | - |
| HSV(B) | 304.8º | 0.12% | 0.79% | - |
| XYZ | 50.5 | 48.17 | 61.28 | - |
| YUV | 187.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 200 | 0 | 0.12 | 0.01 | 0.21 | 304.8 | 0.19 | 0.74 |
| Hex | CA | B1 | C8 | 0 | C | 1 | 15 | 131 | 13 | 4A |
| Octal | 312 | 261 | 310 | 0 | 14 | 1 | 25 | 461 | 23 | 112 |
| Binary | 11001010 | 10110001 | 11001000 | 0 | 1100 | 1 | 10101 | 100110001 | 10011 | 1001010 |
Color Harmonies of #CAB1C8
Complementary color
Monochromatic Colors of #CAB1C8
Black with #CAB1C8
Text Example
Text Example
White with #CAB1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB1C8; }
p { color: rgb(202,177,200); }
H1.HeaderClassName
{
color: #CAB1C8;
}
.AnyTagClassName
{
color: #CAB1C8;
}
</style>
background-color css
<style>
a { background-color: #CAB1C8; }
a { background-color: rgb(202,177,200); }
div.DivClassName
{
background-color: #CAB1C8;
}
.BgClassName
{
background-color: #CAB1C8;
}
</style>
border-color css
<style>
span { border-color: #CAB1C8; }
span { border-color: rgb(202,177,200); }
td.TdClassName
{
border-color: #CAB1C8;
}
.TagClassName
{
border-color: #CAB1C8;
}
</style>