Shades of Melrose #C2B3EC
Tints of Melrose #C2B3EC
RGB
CMYK
RGB Variations
Color information
#C2B3EC (or 0xC2B3EC) is known color: Melrose. HEX triplet: C2, B3 and EC. RGB value is (194,179,236). Sum of RGB (Red+Green+Blue) = 194+179+236=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 179 (70.31% from 255 or 29.39% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2B3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B3EC is #3D4C13. Grayscale: #BDBDBD. Windows color (decimal): -4017172 or 15512514. OLE color: 15512514.
HSL color Cylindrical-coordinate representation of color #C2B3EC: hue angle of 255.79º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2B3EC is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 179 | 236 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.07 |
| HSL | 255.79º | 0.6% | 0.81% | - |
| HSV(B) | 255.79º | 0.24% | 0.93% | - |
| XYZ | 53.51 | 49.77 | 86.14 | - |
| YUV | 189.98 | 153.97 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 236 | 0.18 | 0.24 | 0 | 0.07 | 255.79 | 0.6 | 0.81 |
| Hex | C2 | B3 | EC | 12 | 18 | 0 | 7 | 100 | 3C | 51 |
| Octal | 302 | 263 | 354 | 22 | 30 | 0 | 7 | 400 | 74 | 121 |
| Binary | 11000010 | 10110011 | 11101100 | 10010 | 11000 | 0 | 111 | 100000000 | 111100 | 1010001 |
Color Harmonies of #C2B3EC
Complementary color
Monochromatic Colors of #C2B3EC
Black with #C2B3EC
Text Example
Text Example
White with #C2B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B3EC; }
p { color: rgb(194,179,236); }
H1.HeaderClassName
{
color: #C2B3EC;
}
.AnyTagClassName
{
color: #C2B3EC;
}
</style>
background-color css
<style>
a { background-color: #C2B3EC; }
a { background-color: rgb(194,179,236); }
div.DivClassName
{
background-color: #C2B3EC;
}
.BgClassName
{
background-color: #C2B3EC;
}
</style>
border-color css
<style>
span { border-color: #C2B3EC; }
span { border-color: rgb(194,179,236); }
td.TdClassName
{
border-color: #C2B3EC;
}
.TagClassName
{
border-color: #C2B3EC;
}
</style>