Shades of Melrose #C2BBDD
Tints of Melrose #C2BBDD
RGB
CMYK
RGB Variations
Color information
#C2BBDD (or 0xC2BBDD) is known color: Melrose. HEX triplet: C2, BB and DD. RGB value is (194,187,221). Sum of RGB (Red+Green+Blue) = 194+187+221=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBDD is #3D4422. Grayscale: #C0C0C0. Windows color (decimal): -4015139 or 14531522. OLE color: 14531522.
HSL color Cylindrical-coordinate representation of color #C2BBDD: hue angle of 252.35º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2BBDD is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 187 | 221 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.13 |
| HSL | 252.35º | 0.33% | 0.8% | - |
| HSV(B) | 252.35º | 0.15% | 0.87% | - |
| XYZ | 53.07 | 52.23 | 75.69 | - |
| YUV | 192.97 | 143.82 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 221 | 0.12 | 0.15 | 0 | 0.13 | 252.35 | 0.33 | 0.8 |
| Hex | C2 | BB | DD | C | F | 0 | D | FC | 21 | 50 |
| Octal | 302 | 273 | 335 | 14 | 17 | 0 | 15 | 374 | 41 | 120 |
| Binary | 11000010 | 10111011 | 11011101 | 1100 | 1111 | 0 | 1101 | 11111100 | 100001 | 1010000 |
Color Harmonies of #C2BBDD
Complementary color
Monochromatic Colors of #C2BBDD
Black with #C2BBDD
Text Example
Text Example
White with #C2BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBDD; }
p { color: rgb(194,187,221); }
H1.HeaderClassName
{
color: #C2BBDD;
}
.AnyTagClassName
{
color: #C2BBDD;
}
</style>
background-color css
<style>
a { background-color: #C2BBDD; }
a { background-color: rgb(194,187,221); }
div.DivClassName
{
background-color: #C2BBDD;
}
.BgClassName
{
background-color: #C2BBDD;
}
</style>
border-color css
<style>
span { border-color: #C2BBDD; }
span { border-color: rgb(194,187,221); }
td.TdClassName
{
border-color: #C2BBDD;
}
.TagClassName
{
border-color: #C2BBDD;
}
</style>