Shades of Lilac #CAA7D0
Tints of Lilac #CAA7D0
RGB
CMYK
RGB Variations
Color information
#CAA7D0 (or 0xCAA7D0) is known color: Lilac. HEX triplet: CA, A7 and D0. RGB value is (202,167,208). Sum of RGB (Red+Green+Blue) = 202+167+208=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAA7D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7D0 is #35582F. Grayscale: #B6B6B6. Windows color (decimal): -3495984 or 13674442. OLE color: 13674442.
HSL color Cylindrical-coordinate representation of color #CAA7D0: hue angle of 291.22º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAA7D0 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 167 | 208 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.18 |
| HSL | 291.22º | 0.3% | 0.74% | - |
| HSV(B) | 291.22º | 0.2% | 0.82% | - |
| XYZ | 49.56 | 44.75 | 65.7 | - |
| YUV | 182.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 208 | 0.03 | 0.20 | 0 | 0.18 | 291.22 | 0.3 | 0.74 |
| Hex | CA | A7 | D0 | 3 | 14 | 0 | 12 | 123 | 1E | 4A |
| Octal | 312 | 247 | 320 | 3 | 24 | 0 | 22 | 443 | 36 | 112 |
| Binary | 11001010 | 10100111 | 11010000 | 11 | 10100 | 0 | 10010 | 100100011 | 11110 | 1001010 |
Color Harmonies of #CAA7D0
Complementary color
Monochromatic Colors of #CAA7D0
Black with #CAA7D0
Text Example
Text Example
White with #CAA7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA7D0; }
p { color: rgb(202,167,208); }
H1.HeaderClassName
{
color: #CAA7D0;
}
.AnyTagClassName
{
color: #CAA7D0;
}
</style>
background-color css
<style>
a { background-color: #CAA7D0; }
a { background-color: rgb(202,167,208); }
div.DivClassName
{
background-color: #CAA7D0;
}
.BgClassName
{
background-color: #CAA7D0;
}
</style>
border-color css
<style>
span { border-color: #CAA7D0; }
span { border-color: rgb(202,167,208); }
td.TdClassName
{
border-color: #CAA7D0;
}
.TagClassName
{
border-color: #CAA7D0;
}
</style>