Shades of Melrose #CAC5E8
Tints of Melrose #CAC5E8
RGB
CMYK
RGB Variations
Color information
#CAC5E8 (or 0xCAC5E8) is known color: Melrose. HEX triplet: CA, C5 and E8. RGB value is (202,197,232). Sum of RGB (Red+Green+Blue) = 202+197+232=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 197 (77.34% from 255 or 31.22% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 232 - color contains mainly: blue. Hex color #CAC5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC5E8 is #353A17. Grayscale: #CACACA. Windows color (decimal): -3488280 or 15254986. OLE color: 15254986.
HSL color Cylindrical-coordinate representation of color #CAC5E8: hue angle of 248.57º degrees, saturation: 0.43, 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 #CAC5E8 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 202 | 197 | 232 | - |
CMYK | 0.13 | 0.15 | 0 | 0.09 |
HSL | 248.57º | 0.43% | 0.84% | - |
HSV(B) | 248.57º | 0.15% | 0.91% | - |
XYZ | 58.89 | 58.32 | 84.5 | - |
YUV | 202.49 | 144.66 | 127.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 197 | 232 | 0.13 | 0.15 | 0 | 0.09 | 248.57 | 0.43 | 0.84 |
Hex | CA | C5 | E8 | D | F | 0 | 9 | F9 | 2B | 54 |
Octal | 312 | 305 | 350 | 15 | 17 | 0 | 11 | 371 | 53 | 124 |
Binary | 11001010 | 11000101 | 11101000 | 1101 | 1111 | 0 | 1001 | 11111001 | 101011 | 1010100 |
Color Harmonies of #CAC5E8
Complementary color
Monochromatic Colors of #CAC5E8
Black with #CAC5E8
Text Example
Text Example
White with #CAC5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5E8; }
p { color: rgb(202,197,232); }
H1.HeaderClassName
{
color: #CAC5E8;
}
.AnyTagClassName
{
color: #CAC5E8;
}
</style>
background-color css
<style>
a { background-color: #CAC5E8; }
a { background-color: rgb(202,197,232); }
div.DivClassName
{
background-color: #CAC5E8;
}
.BgClassName
{
background-color: #CAC5E8;
}
</style>
border-color css
<style>
span { border-color: #CAC5E8; }
span { border-color: rgb(202,197,232); }
td.TdClassName
{
border-color: #CAC5E8;
}
.TagClassName
{
border-color: #CAC5E8;
}
</style>