Shades of Melrose #C2B9EC
Tints of Melrose #C2B9EC
RGB
CMYK
RGB Variations
Color information
#C2B9EC (or 0xC2B9EC) is known color: Melrose. HEX triplet: C2, B9 and EC. RGB value is (194,185,236). Sum of RGB (Red+Green+Blue) = 194+185+236=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2B9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B9EC is #3D4613. Grayscale: #C1C1C1. Windows color (decimal): -4015636 or 15514050. OLE color: 15514050.
HSL color Cylindrical-coordinate representation of color #C2B9EC: hue angle of 250.59º 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 #C2B9EC is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 185 | 236 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.07 |
| HSL | 250.59º | 0.57% | 0.83% | - |
| HSV(B) | 250.59º | 0.22% | 0.93% | - |
| XYZ | 54.74 | 52.22 | 86.55 | - |
| YUV | 193.51 | 151.98 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 236 | 0.18 | 0.22 | 0 | 0.07 | 250.59 | 0.57 | 0.83 |
| Hex | C2 | B9 | EC | 12 | 16 | 0 | 7 | FB | 39 | 53 |
| Octal | 302 | 271 | 354 | 22 | 26 | 0 | 7 | 373 | 71 | 123 |
| Binary | 11000010 | 10111001 | 11101100 | 10010 | 10110 | 0 | 111 | 11111011 | 111001 | 1010011 |
Color Harmonies of #C2B9EC
Complementary color
Monochromatic Colors of #C2B9EC
Black with #C2B9EC
Text Example
Text Example
White with #C2B9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B9EC; }
p { color: rgb(194,185,236); }
H1.HeaderClassName
{
color: #C2B9EC;
}
.AnyTagClassName
{
color: #C2B9EC;
}
</style>
background-color css
<style>
a { background-color: #C2B9EC; }
a { background-color: rgb(194,185,236); }
div.DivClassName
{
background-color: #C2B9EC;
}
.BgClassName
{
background-color: #C2B9EC;
}
</style>
border-color css
<style>
span { border-color: #C2B9EC; }
span { border-color: rgb(194,185,236); }
td.TdClassName
{
border-color: #C2B9EC;
}
.TagClassName
{
border-color: #C2B9EC;
}
</style>