Shades of Melrose #C2BBDC
Tints of Melrose #C2BBDC
RGB
CMYK
RGB Variations
Color information
#C2BBDC (or 0xC2BBDC) is known color: Melrose. HEX triplet: C2, BB and DC. RGB value is (194,187,220). Sum of RGB (Red+Green+Blue) = 194+187+220=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBDC is #3D4423. Grayscale: #C0C0C0. Windows color (decimal): -4015140 or 14465986. OLE color: 14465986.
HSL color Cylindrical-coordinate representation of color #C2BBDC: hue angle of 252.73º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2BBDC is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 187 | 220 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.14 |
| HSL | 252.73º | 0.32% | 0.8% | - |
| HSV(B) | 252.73º | 0.15% | 0.86% | - |
| XYZ | 52.94 | 52.18 | 74.99 | - |
| YUV | 192.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 220 | 0.12 | 0.15 | 0 | 0.14 | 252.73 | 0.32 | 0.8 |
| Hex | C2 | BB | DC | C | F | 0 | E | FD | 20 | 50 |
| Octal | 302 | 273 | 334 | 14 | 17 | 0 | 16 | 375 | 40 | 120 |
| Binary | 11000010 | 10111011 | 11011100 | 1100 | 1111 | 0 | 1110 | 11111101 | 100000 | 1010000 |
Color Harmonies of #C2BBDC
Complementary color
Monochromatic Colors of #C2BBDC
Black with #C2BBDC
Text Example
Text Example
White with #C2BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBDC; }
p { color: rgb(194,187,220); }
H1.HeaderClassName
{
color: #C2BBDC;
}
.AnyTagClassName
{
color: #C2BBDC;
}
</style>
background-color css
<style>
a { background-color: #C2BBDC; }
a { background-color: rgb(194,187,220); }
div.DivClassName
{
background-color: #C2BBDC;
}
.BgClassName
{
background-color: #C2BBDC;
}
</style>
border-color css
<style>
span { border-color: #C2BBDC; }
span { border-color: rgb(194,187,220); }
td.TdClassName
{
border-color: #C2BBDC;
}
.TagClassName
{
border-color: #C2BBDC;
}
</style>