Shades of Melrose #C2BBDB
Tints of Melrose #C2BBDB
RGB
CMYK
RGB Variations
Color information
#C2BBDB (or 0xC2BBDB) is known color: Melrose. HEX triplet: C2, BB and DB. RGB value is (194,187,219). Sum of RGB (Red+Green+Blue) = 194+187+219=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBDB is #3D4424. Grayscale: #C0C0C0. Windows color (decimal): -4015141 or 14400450. OLE color: 14400450.
HSL color Cylindrical-coordinate representation of color #C2BBDB: hue angle of 253.12º degrees, saturation: 0.31, 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 #C2BBDB is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 187 | 219 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.14 |
| HSL | 253.13º | 0.31% | 0.8% | - |
| HSV(B) | 253.13º | 0.15% | 0.86% | - |
| XYZ | 52.8 | 52.12 | 74.3 | - |
| YUV | 192.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 219 | 0.11 | 0.15 | 0 | 0.14 | 253.13 | 0.31 | 0.8 |
| Hex | C2 | BB | DB | B | F | 0 | E | FD | 1F | 50 |
| Octal | 302 | 273 | 333 | 13 | 17 | 0 | 16 | 375 | 37 | 120 |
| Binary | 11000010 | 10111011 | 11011011 | 1011 | 1111 | 0 | 1110 | 11111101 | 11111 | 1010000 |
Color Harmonies of #C2BBDB
Complementary color
Monochromatic Colors of #C2BBDB
Black with #C2BBDB
Text Example
Text Example
White with #C2BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBDB; }
p { color: rgb(194,187,219); }
H1.HeaderClassName
{
color: #C2BBDB;
}
.AnyTagClassName
{
color: #C2BBDB;
}
</style>
background-color css
<style>
a { background-color: #C2BBDB; }
a { background-color: rgb(194,187,219); }
div.DivClassName
{
background-color: #C2BBDB;
}
.BgClassName
{
background-color: #C2BBDB;
}
</style>
border-color css
<style>
span { border-color: #C2BBDB; }
span { border-color: rgb(194,187,219); }
td.TdClassName
{
border-color: #C2BBDB;
}
.TagClassName
{
border-color: #C2BBDB;
}
</style>