Shades of Melrose #CAC5E7
Tints of Melrose #CAC5E7
RGB
CMYK
RGB Variations
Color information
#CAC5E7 (or 0xCAC5E7) is known color: Melrose. HEX triplet: CA, C5 and E7. RGB value is (202,197,231). Sum of RGB (Red+Green+Blue) = 202+197+231=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 231 (90.62% from 255 or 36.67% from 630); Max value from RGB is 231 - color contains mainly: blue. Hex color #CAC5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC5E7 is #353A18. Grayscale: #CACACA. Windows color (decimal): -3488281 or 15189450. OLE color: 15189450.
HSL color Cylindrical-coordinate representation of color #CAC5E7: hue angle of 248.82º degrees, saturation: 0.41, 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 #CAC5E7 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 202 | 197 | 231 | - |
CMYK | 0.13 | 0.15 | 0 | 0.09 |
HSL | 248.82º | 0.41% | 0.84% | - |
HSV(B) | 248.82º | 0.15% | 0.91% | - |
XYZ | 58.75 | 58.26 | 83.75 | - |
YUV | 202.37 | 144.16 | 127.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 197 | 231 | 0.13 | 0.15 | 0 | 0.09 | 248.82 | 0.41 | 0.84 |
Hex | CA | C5 | E7 | D | F | 0 | 9 | F9 | 29 | 54 |
Octal | 312 | 305 | 347 | 15 | 17 | 0 | 11 | 371 | 51 | 124 |
Binary | 11001010 | 11000101 | 11100111 | 1101 | 1111 | 0 | 1001 | 11111001 | 101001 | 1010100 |
Color Harmonies of #CAC5E7
Complementary color
Monochromatic Colors of #CAC5E7
Black with #CAC5E7
Text Example
Text Example
White with #CAC5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5E7; }
p { color: rgb(202,197,231); }
H1.HeaderClassName
{
color: #CAC5E7;
}
.AnyTagClassName
{
color: #CAC5E7;
}
</style>
background-color css
<style>
a { background-color: #CAC5E7; }
a { background-color: rgb(202,197,231); }
div.DivClassName
{
background-color: #CAC5E7;
}
.BgClassName
{
background-color: #CAC5E7;
}
</style>
border-color css
<style>
span { border-color: #CAC5E7; }
span { border-color: rgb(202,197,231); }
td.TdClassName
{
border-color: #CAC5E7;
}
.TagClassName
{
border-color: #CAC5E7;
}
</style>