Shades of Melrose #CAB9EC
Tints of Melrose #CAB9EC
RGB
CMYK
RGB Variations
Color information
#CAB9EC (or 0xCAB9EC) is known color: Melrose. HEX triplet: CA, B9 and EC. RGB value is (202,185,236). Sum of RGB (Red+Green+Blue) = 202+185+236=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAB9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB9EC is #354613. Grayscale: #C3C3C3. Windows color (decimal): -3491348 or 15514058. OLE color: 15514058.
HSL color Cylindrical-coordinate representation of color #CAB9EC: hue angle of 260º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAB9EC is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 185 | 236 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.07 |
| HSL | 260º | 0.57% | 0.83% | - |
| HSV(B) | 260º | 0.22% | 0.93% | - |
| XYZ | 56.85 | 53.31 | 86.65 | - |
| YUV | 195.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 236 | 0.14 | 0.22 | 0 | 0.07 | 260 | 0.57 | 0.83 |
| Hex | CA | B9 | EC | E | 16 | 0 | 7 | 104 | 39 | 53 |
| Octal | 312 | 271 | 354 | 16 | 26 | 0 | 7 | 404 | 71 | 123 |
| Binary | 11001010 | 10111001 | 11101100 | 1110 | 10110 | 0 | 111 | 100000100 | 111001 | 1010011 |
Color Harmonies of #CAB9EC
Complementary color
Monochromatic Colors of #CAB9EC
Black with #CAB9EC
Text Example
Text Example
White with #CAB9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB9EC; }
p { color: rgb(202,185,236); }
H1.HeaderClassName
{
color: #CAB9EC;
}
.AnyTagClassName
{
color: #CAB9EC;
}
</style>
background-color css
<style>
a { background-color: #CAB9EC; }
a { background-color: rgb(202,185,236); }
div.DivClassName
{
background-color: #CAB9EC;
}
.BgClassName
{
background-color: #CAB9EC;
}
</style>
border-color css
<style>
span { border-color: #CAB9EC; }
span { border-color: rgb(202,185,236); }
td.TdClassName
{
border-color: #CAB9EC;
}
.TagClassName
{
border-color: #CAB9EC;
}
</style>