Shades of Melrose #CAB7EC
Tints of Melrose #CAB7EC
RGB
CMYK
RGB Variations
Color information
#CAB7EC (or 0xCAB7EC) is known color: Melrose. HEX triplet: CA, B7 and EC. RGB value is (202,183,236). Sum of RGB (Red+Green+Blue) = 202+183+236=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 183 (71.88% from 255 or 29.47% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAB7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB7EC is #354813. Grayscale: #C2C2C2. Windows color (decimal): -3491860 or 15513546. OLE color: 15513546.
HSL color Cylindrical-coordinate representation of color #CAB7EC: hue angle of 261.51º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAB7EC is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 183 | 236 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.07 |
| HSL | 261.51º | 0.58% | 0.82% | - |
| HSV(B) | 261.51º | 0.22% | 0.93% | - |
| XYZ | 56.43 | 52.48 | 86.51 | - |
| YUV | 194.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 236 | 0.14 | 0.22 | 0 | 0.07 | 261.51 | 0.58 | 0.82 |
| Hex | CA | B7 | EC | E | 16 | 0 | 7 | 106 | 3A | 52 |
| Octal | 312 | 267 | 354 | 16 | 26 | 0 | 7 | 406 | 72 | 122 |
| Binary | 11001010 | 10110111 | 11101100 | 1110 | 10110 | 0 | 111 | 100000110 | 111010 | 1010010 |
Color Harmonies of #CAB7EC
Complementary color
Monochromatic Colors of #CAB7EC
Black with #CAB7EC
Text Example
Text Example
White with #CAB7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB7EC; }
p { color: rgb(202,183,236); }
H1.HeaderClassName
{
color: #CAB7EC;
}
.AnyTagClassName
{
color: #CAB7EC;
}
</style>
background-color css
<style>
a { background-color: #CAB7EC; }
a { background-color: rgb(202,183,236); }
div.DivClassName
{
background-color: #CAB7EC;
}
.BgClassName
{
background-color: #CAB7EC;
}
</style>
border-color css
<style>
span { border-color: #CAB7EC; }
span { border-color: rgb(202,183,236); }
td.TdClassName
{
border-color: #CAB7EC;
}
.TagClassName
{
border-color: #CAB7EC;
}
</style>