Shades of Lilac #CAAECC
Tints of Lilac #CAAECC
RGB
CMYK
RGB Variations
Color information
#CAAECC (or 0xCAAECC) is known color: Lilac. HEX triplet: CA, AE and CC. RGB value is (202,174,204). Sum of RGB (Red+Green+Blue) = 202+174+204=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAAECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAECC is #355133. Grayscale: #B9B9B9. Windows color (decimal): -3494196 or 13414090. OLE color: 13414090.
HSL color Cylindrical-coordinate representation of color #CAAECC: hue angle of 296º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAAECC is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 174 | 204 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.2 |
| HSL | 296º | 0.23% | 0.74% | - |
| HSV(B) | 296º | 0.15% | 0.8% | - |
| XYZ | 50.39 | 47.19 | 63.58 | - |
| YUV | 185.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 204 | 0.01 | 0.15 | 0 | 0.2 | 296 | 0.23 | 0.74 |
| Hex | CA | AE | CC | 1 | F | 0 | 14 | 128 | 17 | 4A |
| Octal | 312 | 256 | 314 | 1 | 17 | 0 | 24 | 450 | 27 | 112 |
| Binary | 11001010 | 10101110 | 11001100 | 1 | 1111 | 0 | 10100 | 100101000 | 10111 | 1001010 |
Color Harmonies of #CAAECC
Complementary color
Monochromatic Colors of #CAAECC
Black with #CAAECC
Text Example
Text Example
White with #CAAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAECC; }
p { color: rgb(202,174,204); }
H1.HeaderClassName
{
color: #CAAECC;
}
.AnyTagClassName
{
color: #CAAECC;
}
</style>
background-color css
<style>
a { background-color: #CAAECC; }
a { background-color: rgb(202,174,204); }
div.DivClassName
{
background-color: #CAAECC;
}
.BgClassName
{
background-color: #CAAECC;
}
</style>
border-color css
<style>
span { border-color: #CAAECC; }
span { border-color: rgb(202,174,204); }
td.TdClassName
{
border-color: #CAAECC;
}
.TagClassName
{
border-color: #CAAECC;
}
</style>