Shades of Melrose #CAC5E9
Tints of Melrose #CAC5E9
RGB
CMYK
RGB Variations
Color information
#CAC5E9 (or 0xCAC5E9) is known color: Melrose. HEX triplet: CA, C5 and E9. RGB value is (202,197,233). Sum of RGB (Red+Green+Blue) = 202+197+233=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 233 (91.41% from 255 or 36.87% from 632); Max value from RGB is 233 - color contains mainly: blue. Hex color #CAC5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC5E9 is #353A16. Grayscale: #CACACA. Windows color (decimal): -3488279 or 15320522. OLE color: 15320522.
HSL color Cylindrical-coordinate representation of color #CAC5E9: hue angle of 248.33º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAC5E9 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 197 | 233 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.09 |
| HSL | 248.33º | 0.45% | 0.84% | - |
| HSV(B) | 248.33º | 0.15% | 0.91% | - |
| XYZ | 59.03 | 58.37 | 85.25 | - |
| YUV | 202.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 233 | 0.13 | 0.15 | 0 | 0.09 | 248.33 | 0.45 | 0.84 |
| Hex | CA | C5 | E9 | D | F | 0 | 9 | F8 | 2D | 54 |
| Octal | 312 | 305 | 351 | 15 | 17 | 0 | 11 | 370 | 55 | 124 |
| Binary | 11001010 | 11000101 | 11101001 | 1101 | 1111 | 0 | 1001 | 11111000 | 101101 | 1010100 |
Color Harmonies of #CAC5E9
Complementary color
Monochromatic Colors of #CAC5E9
Black with #CAC5E9
Text Example
Text Example
White with #CAC5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5E9; }
p { color: rgb(202,197,233); }
H1.HeaderClassName
{
color: #CAC5E9;
}
.AnyTagClassName
{
color: #CAC5E9;
}
</style>
background-color css
<style>
a { background-color: #CAC5E9; }
a { background-color: rgb(202,197,233); }
div.DivClassName
{
background-color: #CAC5E9;
}
.BgClassName
{
background-color: #CAC5E9;
}
</style>
border-color css
<style>
span { border-color: #CAC5E9; }
span { border-color: rgb(202,197,233); }
td.TdClassName
{
border-color: #CAC5E9;
}
.TagClassName
{
border-color: #CAC5E9;
}
</style>