Shades of Melrose #CAC4EC
Tints of Melrose #CAC4EC
RGB
CMYK
RGB Variations
Color information
#CAC4EC (or 0xCAC4EC) is known color: Melrose. HEX triplet: CA, C4 and EC. RGB value is (202,196,236). Sum of RGB (Red+Green+Blue) = 202+196+236=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAC4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC4EC is #353B13. Grayscale: #CACACA. Windows color (decimal): -3488532 or 15516874. OLE color: 15516874.
HSL color Cylindrical-coordinate representation of color #CAC4EC: hue angle of 249º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAC4EC is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 196 | 236 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.07 |
| HSL | 249º | 0.51% | 0.85% | - |
| HSV(B) | 249º | 0.17% | 0.93% | - |
| XYZ | 59.24 | 58.09 | 87.45 | - |
| YUV | 202.35 | 146.99 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 236 | 0.14 | 0.17 | 0 | 0.07 | 249 | 0.51 | 0.85 |
| Hex | CA | C4 | EC | E | 11 | 0 | 7 | F9 | 33 | 55 |
| Octal | 312 | 304 | 354 | 16 | 21 | 0 | 7 | 371 | 63 | 125 |
| Binary | 11001010 | 11000100 | 11101100 | 1110 | 10001 | 0 | 111 | 11111001 | 110011 | 1010101 |
Color Harmonies of #CAC4EC
Complementary color
Monochromatic Colors of #CAC4EC
Black with #CAC4EC
Text Example
Text Example
White with #CAC4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC4EC; }
p { color: rgb(202,196,236); }
H1.HeaderClassName
{
color: #CAC4EC;
}
.AnyTagClassName
{
color: #CAC4EC;
}
</style>
background-color css
<style>
a { background-color: #CAC4EC; }
a { background-color: rgb(202,196,236); }
div.DivClassName
{
background-color: #CAC4EC;
}
.BgClassName
{
background-color: #CAC4EC;
}
</style>
border-color css
<style>
span { border-color: #CAC4EC; }
span { border-color: rgb(202,196,236); }
td.TdClassName
{
border-color: #CAC4EC;
}
.TagClassName
{
border-color: #CAC4EC;
}
</style>