Shades of Lilac #CAA8D0
Tints of Lilac #CAA8D0
RGB
CMYK
RGB Variations
Color information
#CAA8D0 (or 0xCAA8D0) is known color: Lilac. HEX triplet: CA, A8 and D0. RGB value is (202,168,208). Sum of RGB (Red+Green+Blue) = 202+168+208=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAA8D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8D0 is #35572F. Grayscale: #B6B6B6. Windows color (decimal): -3495728 or 13674698. OLE color: 13674698.
HSL color Cylindrical-coordinate representation of color #CAA8D0: hue angle of 291º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAA8D0 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 168 | 208 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.18 |
| HSL | 291º | 0.3% | 0.74% | - |
| HSV(B) | 291º | 0.19% | 0.82% | - |
| XYZ | 49.74 | 45.12 | 65.76 | - |
| YUV | 182.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 208 | 0.03 | 0.19 | 0 | 0.18 | 291 | 0.3 | 0.74 |
| Hex | CA | A8 | D0 | 3 | 13 | 0 | 12 | 123 | 1E | 4A |
| Octal | 312 | 250 | 320 | 3 | 23 | 0 | 22 | 443 | 36 | 112 |
| Binary | 11001010 | 10101000 | 11010000 | 11 | 10011 | 0 | 10010 | 100100011 | 11110 | 1001010 |
Color Harmonies of #CAA8D0
Complementary color
Monochromatic Colors of #CAA8D0
Black with #CAA8D0
Text Example
Text Example
White with #CAA8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA8D0; }
p { color: rgb(202,168,208); }
H1.HeaderClassName
{
color: #CAA8D0;
}
.AnyTagClassName
{
color: #CAA8D0;
}
</style>
background-color css
<style>
a { background-color: #CAA8D0; }
a { background-color: rgb(202,168,208); }
div.DivClassName
{
background-color: #CAA8D0;
}
.BgClassName
{
background-color: #CAA8D0;
}
</style>
border-color css
<style>
span { border-color: #CAA8D0; }
span { border-color: rgb(202,168,208); }
td.TdClassName
{
border-color: #CAA8D0;
}
.TagClassName
{
border-color: #CAA8D0;
}
</style>