Shades of Melrose #CAB4EC
Tints of Melrose #CAB4EC
RGB
CMYK
RGB Variations
Color information
#CAB4EC (or 0xCAB4EC) is known color: Melrose. HEX triplet: CA, B4 and EC. RGB value is (202,180,236). Sum of RGB (Red+Green+Blue) = 202+180+236=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 180 (70.70% from 255 or 29.13% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAB4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB4EC is #354B13. Grayscale: #C0C0C0. Windows color (decimal): -3492628 or 15512778. OLE color: 15512778.
HSL color Cylindrical-coordinate representation of color #CAB4EC: hue angle of 263.57º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAB4EC is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 180 | 236 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.07 |
| HSL | 263.57º | 0.6% | 0.82% | - |
| HSV(B) | 263.57º | 0.24% | 0.93% | - |
| XYZ | 55.82 | 51.26 | 86.31 | - |
| YUV | 192.96 | 152.29 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 236 | 0.14 | 0.24 | 0 | 0.07 | 263.57 | 0.6 | 0.82 |
| Hex | CA | B4 | EC | E | 18 | 0 | 7 | 108 | 3C | 52 |
| Octal | 312 | 264 | 354 | 16 | 30 | 0 | 7 | 410 | 74 | 122 |
| Binary | 11001010 | 10110100 | 11101100 | 1110 | 11000 | 0 | 111 | 100001000 | 111100 | 1010010 |
Color Harmonies of #CAB4EC
Complementary color
Monochromatic Colors of #CAB4EC
Black with #CAB4EC
Text Example
Text Example
White with #CAB4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB4EC; }
p { color: rgb(202,180,236); }
H1.HeaderClassName
{
color: #CAB4EC;
}
.AnyTagClassName
{
color: #CAB4EC;
}
</style>
background-color css
<style>
a { background-color: #CAB4EC; }
a { background-color: rgb(202,180,236); }
div.DivClassName
{
background-color: #CAB4EC;
}
.BgClassName
{
background-color: #CAB4EC;
}
</style>
border-color css
<style>
span { border-color: #CAB4EC; }
span { border-color: rgb(202,180,236); }
td.TdClassName
{
border-color: #CAB4EC;
}
.TagClassName
{
border-color: #CAB4EC;
}
</style>