Shades of Melrose #C2B4EC
Tints of Melrose #C2B4EC
RGB
CMYK
RGB Variations
Color information
#C2B4EC (or 0xC2B4EC) is known color: Melrose. HEX triplet: C2, B4 and EC. RGB value is (194,180,236). Sum of RGB (Red+Green+Blue) = 194+180+236=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2B4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B4EC is #3D4B13. Grayscale: #BEBEBE. Windows color (decimal): -4016916 or 15512770. OLE color: 15512770.
HSL color Cylindrical-coordinate representation of color #C2B4EC: hue angle of 255º 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 #C2B4EC is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 180 | 236 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.07 |
| HSL | 255º | 0.6% | 0.82% | - |
| HSV(B) | 255º | 0.24% | 0.93% | - |
| XYZ | 53.71 | 50.17 | 86.21 | - |
| YUV | 190.57 | 153.64 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 236 | 0.18 | 0.24 | 0 | 0.07 | 255 | 0.6 | 0.82 |
| Hex | C2 | B4 | EC | 12 | 18 | 0 | 7 | FF | 3C | 52 |
| Octal | 302 | 264 | 354 | 22 | 30 | 0 | 7 | 377 | 74 | 122 |
| Binary | 11000010 | 10110100 | 11101100 | 10010 | 11000 | 0 | 111 | 11111111 | 111100 | 1010010 |
Color Harmonies of #C2B4EC
Complementary color
Monochromatic Colors of #C2B4EC
Black with #C2B4EC
Text Example
Text Example
White with #C2B4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B4EC; }
p { color: rgb(194,180,236); }
H1.HeaderClassName
{
color: #C2B4EC;
}
.AnyTagClassName
{
color: #C2B4EC;
}
</style>
background-color css
<style>
a { background-color: #C2B4EC; }
a { background-color: rgb(194,180,236); }
div.DivClassName
{
background-color: #C2B4EC;
}
.BgClassName
{
background-color: #C2B4EC;
}
</style>
border-color css
<style>
span { border-color: #C2B4EC; }
span { border-color: rgb(194,180,236); }
td.TdClassName
{
border-color: #C2B4EC;
}
.TagClassName
{
border-color: #C2B4EC;
}
</style>