Shades of Melrose #C2BCDE
Tints of Melrose #C2BCDE
RGB
CMYK
RGB Variations
Color information
#C2BCDE (or 0xC2BCDE) is known color: Melrose. HEX triplet: C2, BC and DE. RGB value is (194,188,222). Sum of RGB (Red+Green+Blue) = 194+188+222=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2BCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCDE is #3D4321. Grayscale: #C1C1C1. Windows color (decimal): -4014882 or 14597314. OLE color: 14597314.
HSL color Cylindrical-coordinate representation of color #C2BCDE: hue angle of 250.59º degrees, saturation: 0.34, 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 #C2BCDE is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 188 | 222 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.13 |
| HSL | 250.59º | 0.34% | 0.8% | - |
| HSV(B) | 250.59º | 0.15% | 0.87% | - |
| XYZ | 53.42 | 52.71 | 76.47 | - |
| YUV | 193.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 222 | 0.13 | 0.15 | 0 | 0.13 | 250.59 | 0.34 | 0.8 |
| Hex | C2 | BC | DE | D | F | 0 | D | FB | 22 | 50 |
| Octal | 302 | 274 | 336 | 15 | 17 | 0 | 15 | 373 | 42 | 120 |
| Binary | 11000010 | 10111100 | 11011110 | 1101 | 1111 | 0 | 1101 | 11111011 | 100010 | 1010000 |
Color Harmonies of #C2BCDE
Complementary color
Monochromatic Colors of #C2BCDE
Black with #C2BCDE
Text Example
Text Example
White with #C2BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCDE; }
p { color: rgb(194,188,222); }
H1.HeaderClassName
{
color: #C2BCDE;
}
.AnyTagClassName
{
color: #C2BCDE;
}
</style>
background-color css
<style>
a { background-color: #C2BCDE; }
a { background-color: rgb(194,188,222); }
div.DivClassName
{
background-color: #C2BCDE;
}
.BgClassName
{
background-color: #C2BCDE;
}
</style>
border-color css
<style>
span { border-color: #C2BCDE; }
span { border-color: rgb(194,188,222); }
td.TdClassName
{
border-color: #C2BCDE;
}
.TagClassName
{
border-color: #C2BCDE;
}
</style>