Shades of Lilac #CAA7CB
Tints of Lilac #CAA7CB
RGB
CMYK
RGB Variations
Color information
#CAA7CB (or 0xCAA7CB) is known color: Lilac. HEX triplet: CA, A7 and CB. RGB value is (202,167,203). Sum of RGB (Red+Green+Blue) = 202+167+203=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: blue. Hex color #CAA7CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7CB is #355834. Grayscale: #B5B5B5. Windows color (decimal): -3495989 or 13346762. OLE color: 13346762.
HSL color Cylindrical-coordinate representation of color #CAA7CB: hue angle of 298.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAA7CB is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 167 | 203 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.20 |
| HSL | 298.33º | 0.26% | 0.73% | - |
| HSV(B) | 298.33º | 0.18% | 0.8% | - |
| XYZ | 48.96 | 44.51 | 62.51 | - |
| YUV | 181.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 203 | 0.00 | 0.18 | 0 | 0.20 | 298.33 | 0.26 | 0.73 |
| Hex | CA | A7 | CB | 0 | 12 | 0 | 14 | 12A | 1A | 49 |
| Octal | 312 | 247 | 313 | 0 | 22 | 0 | 24 | 452 | 32 | 111 |
| Binary | 11001010 | 10100111 | 11001011 | 0 | 10010 | 0 | 10100 | 100101010 | 11010 | 1001001 |
Color Harmonies of #CAA7CB
Complementary color
Monochromatic Colors of #CAA7CB
Black with #CAA7CB
Text Example
Text Example
White with #CAA7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA7CB; }
p { color: rgb(202,167,203); }
H1.HeaderClassName
{
color: #CAA7CB;
}
.AnyTagClassName
{
color: #CAA7CB;
}
</style>
background-color css
<style>
a { background-color: #CAA7CB; }
a { background-color: rgb(202,167,203); }
div.DivClassName
{
background-color: #CAA7CB;
}
.BgClassName
{
background-color: #CAA7CB;
}
</style>
border-color css
<style>
span { border-color: #CAA7CB; }
span { border-color: rgb(202,167,203); }
td.TdClassName
{
border-color: #CAA7CB;
}
.TagClassName
{
border-color: #CAA7CB;
}
</style>