Shades of Melrose #CAB6EC
Tints of Melrose #CAB6EC
RGB
CMYK
RGB Variations
Color information
#CAB6EC (or 0xCAB6EC) is known color: Melrose. HEX triplet: CA, B6 and EC. RGB value is (202,182,236). Sum of RGB (Red+Green+Blue) = 202+182+236=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 182 (71.48% from 255 or 29.35% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAB6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB6EC is #354913. Grayscale: #C1C1C1. Windows color (decimal): -3492116 or 15513290. OLE color: 15513290.
HSL color Cylindrical-coordinate representation of color #CAB6EC: hue angle of 262.22º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAB6EC is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 182 | 236 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.07 |
| HSL | 262.22º | 0.59% | 0.82% | - |
| HSV(B) | 262.22º | 0.23% | 0.93% | - |
| XYZ | 56.23 | 52.07 | 86.44 | - |
| YUV | 194.14 | 151.63 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 236 | 0.14 | 0.23 | 0 | 0.07 | 262.22 | 0.59 | 0.82 |
| Hex | CA | B6 | EC | E | 17 | 0 | 7 | 106 | 3B | 52 |
| Octal | 312 | 266 | 354 | 16 | 27 | 0 | 7 | 406 | 73 | 122 |
| Binary | 11001010 | 10110110 | 11101100 | 1110 | 10111 | 0 | 111 | 100000110 | 111011 | 1010010 |
Color Harmonies of #CAB6EC
Complementary color
Monochromatic Colors of #CAB6EC
Black with #CAB6EC
Text Example
Text Example
White with #CAB6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB6EC; }
p { color: rgb(202,182,236); }
H1.HeaderClassName
{
color: #CAB6EC;
}
.AnyTagClassName
{
color: #CAB6EC;
}
</style>
background-color css
<style>
a { background-color: #CAB6EC; }
a { background-color: rgb(202,182,236); }
div.DivClassName
{
background-color: #CAB6EC;
}
.BgClassName
{
background-color: #CAB6EC;
}
</style>
border-color css
<style>
span { border-color: #CAB6EC; }
span { border-color: rgb(202,182,236); }
td.TdClassName
{
border-color: #CAB6EC;
}
.TagClassName
{
border-color: #CAB6EC;
}
</style>