Shades of Lilac #CAA8CF
Tints of Lilac #CAA8CF
RGB
CMYK
RGB Variations
Color information
#CAA8CF (or 0xCAA8CF) is known color: Lilac. HEX triplet: CA, A8 and CF. RGB value is (202,168,207). Sum of RGB (Red+Green+Blue) = 202+168+207=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: blue. Hex color #CAA8CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8CF is #355730. Grayscale: #B6B6B6. Windows color (decimal): -3495729 or 13609162. OLE color: 13609162.
HSL color Cylindrical-coordinate representation of color #CAA8CF: hue angle of 292.31º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAA8CF is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 168 | 207 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.19 |
| HSL | 292.31º | 0.29% | 0.74% | - |
| HSV(B) | 292.31º | 0.19% | 0.81% | - |
| XYZ | 49.62 | 45.07 | 65.11 | - |
| YUV | 182.61 | 141.76 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 207 | 0.02 | 0.19 | 0 | 0.19 | 292.31 | 0.29 | 0.74 |
| Hex | CA | A8 | CF | 2 | 13 | 0 | 13 | 124 | 1D | 4A |
| Octal | 312 | 250 | 317 | 2 | 23 | 0 | 23 | 444 | 35 | 112 |
| Binary | 11001010 | 10101000 | 11001111 | 10 | 10011 | 0 | 10011 | 100100100 | 11101 | 1001010 |
Color Harmonies of #CAA8CF
Complementary color
Monochromatic Colors of #CAA8CF
Black with #CAA8CF
Text Example
Text Example
White with #CAA8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA8CF; }
p { color: rgb(202,168,207); }
H1.HeaderClassName
{
color: #CAA8CF;
}
.AnyTagClassName
{
color: #CAA8CF;
}
</style>
background-color css
<style>
a { background-color: #CAA8CF; }
a { background-color: rgb(202,168,207); }
div.DivClassName
{
background-color: #CAA8CF;
}
.BgClassName
{
background-color: #CAA8CF;
}
</style>
border-color css
<style>
span { border-color: #CAA8CF; }
span { border-color: rgb(202,168,207); }
td.TdClassName
{
border-color: #CAA8CF;
}
.TagClassName
{
border-color: #CAA8CF;
}
</style>