Shades of Lilac #CAA8CB
Tints of Lilac #CAA8CB
RGB
CMYK
RGB Variations
Color information
#CAA8CB (or 0xCAA8CB) is known color: Lilac. HEX triplet: CA, A8 and CB. RGB value is (202,168,203). Sum of RGB (Red+Green+Blue) = 202+168+203=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #CAA8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8CB is #355734. Grayscale: #B6B6B6. Windows color (decimal): -3495733 or 13347018. OLE color: 13347018.
HSL color Cylindrical-coordinate representation of color #CAA8CB: hue angle of 298.29º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAA8CB is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 168 | 203 | - |
| CMYK | 0.00 | 0.17 | 0 | 0.20 |
| HSL | 298.29º | 0.25% | 0.73% | - |
| HSV(B) | 298.29º | 0.17% | 0.8% | - |
| XYZ | 49.14 | 44.87 | 62.57 | - |
| YUV | 182.16 | 139.76 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 203 | 0.00 | 0.17 | 0 | 0.20 | 298.29 | 0.25 | 0.73 |
| Hex | CA | A8 | CB | 0 | 11 | 0 | 14 | 12A | 19 | 49 |
| Octal | 312 | 250 | 313 | 0 | 21 | 0 | 24 | 452 | 31 | 111 |
| Binary | 11001010 | 10101000 | 11001011 | 0 | 10001 | 0 | 10100 | 100101010 | 11001 | 1001001 |
Color Harmonies of #CAA8CB
Complementary color
Monochromatic Colors of #CAA8CB
Black with #CAA8CB
Text Example
Text Example
White with #CAA8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA8CB; }
p { color: rgb(202,168,203); }
H1.HeaderClassName
{
color: #CAA8CB;
}
.AnyTagClassName
{
color: #CAA8CB;
}
</style>
background-color css
<style>
a { background-color: #CAA8CB; }
a { background-color: rgb(202,168,203); }
div.DivClassName
{
background-color: #CAA8CB;
}
.BgClassName
{
background-color: #CAA8CB;
}
</style>
border-color css
<style>
span { border-color: #CAA8CB; }
span { border-color: rgb(202,168,203); }
td.TdClassName
{
border-color: #CAA8CB;
}
.TagClassName
{
border-color: #CAA8CB;
}
</style>