Shades of Melrose #CAB7E4
Tints of Melrose #CAB7E4
RGB
CMYK
RGB Variations
Color information
#CAB7E4 (or 0xCAB7E4) is known color: Melrose. HEX triplet: CA, B7 and E4. RGB value is (202,183,228). Sum of RGB (Red+Green+Blue) = 202+183+228=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 183 (71.88% from 255 or 29.85% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 228 - color contains mainly: blue. Hex color #CAB7E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7E4 is #35481B. Grayscale: #C1C1C1. Windows color (decimal): -3491868 or 14989258. OLE color: 14989258.
HSL color Cylindrical-coordinate representation of color #CAB7E4: hue angle of 265.33º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAB7E4 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 183 | 228 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.11 |
| HSL | 265.33º | 0.45% | 0.81% | - |
| HSV(B) | 265.33º | 0.2% | 0.89% | - |
| XYZ | 55.29 | 52.02 | 80.53 | - |
| YUV | 193.81 | 147.29 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 228 | 0.11 | 0.20 | 0 | 0.11 | 265.33 | 0.45 | 0.81 |
| Hex | CA | B7 | E4 | B | 14 | 0 | B | 109 | 2D | 51 |
| Octal | 312 | 267 | 344 | 13 | 24 | 0 | 13 | 411 | 55 | 121 |
| Binary | 11001010 | 10110111 | 11100100 | 1011 | 10100 | 0 | 1011 | 100001001 | 101101 | 1010001 |
Color Harmonies of #CAB7E4
Complementary color
Monochromatic Colors of #CAB7E4
Black with #CAB7E4
Text Example
Text Example
White with #CAB7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB7E4; }
p { color: rgb(202,183,228); }
H1.HeaderClassName
{
color: #CAB7E4;
}
.AnyTagClassName
{
color: #CAB7E4;
}
</style>
background-color css
<style>
a { background-color: #CAB7E4; }
a { background-color: rgb(202,183,228); }
div.DivClassName
{
background-color: #CAB7E4;
}
.BgClassName
{
background-color: #CAB7E4;
}
</style>
border-color css
<style>
span { border-color: #CAB7E4; }
span { border-color: rgb(202,183,228); }
td.TdClassName
{
border-color: #CAB7E4;
}
.TagClassName
{
border-color: #CAB7E4;
}
</style>