Shades of Melrose #C2BBD4
Tints of Melrose #C2BBD4
RGB
CMYK
RGB Variations
Color information
#C2BBD4 (or 0xC2BBD4) is known color: Melrose. HEX triplet: C2, BB and D4. RGB value is (194,187,212). Sum of RGB (Red+Green+Blue) = 194+187+212=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 212 - color contains mainly: blue. Hex color #C2BBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBD4 is #3D442B. Grayscale: #BFBFBF. Windows color (decimal): -4015148 or 13941698. OLE color: 13941698.
HSL color Cylindrical-coordinate representation of color #C2BBD4: hue angle of 256.8º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2BBD4 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 187 | 212 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.17 |
| HSL | 256.8º | 0.23% | 0.78% | - |
| HSV(B) | 256.8º | 0.12% | 0.83% | - |
| XYZ | 51.9 | 51.76 | 69.54 | - |
| YUV | 191.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 212 | 0.08 | 0.12 | 0 | 0.17 | 256.8 | 0.23 | 0.78 |
| Hex | C2 | BB | D4 | 8 | C | 0 | 11 | 101 | 17 | 4E |
| Octal | 302 | 273 | 324 | 10 | 14 | 0 | 21 | 401 | 27 | 116 |
| Binary | 11000010 | 10111011 | 11010100 | 1000 | 1100 | 0 | 10001 | 100000001 | 10111 | 1001110 |
Color Harmonies of #C2BBD4
Complementary color
Monochromatic Colors of #C2BBD4
Black with #C2BBD4
Text Example
Text Example
White with #C2BBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBD4; }
p { color: rgb(194,187,212); }
H1.HeaderClassName
{
color: #C2BBD4;
}
.AnyTagClassName
{
color: #C2BBD4;
}
</style>
background-color css
<style>
a { background-color: #C2BBD4; }
a { background-color: rgb(194,187,212); }
div.DivClassName
{
background-color: #C2BBD4;
}
.BgClassName
{
background-color: #C2BBD4;
}
</style>
border-color css
<style>
span { border-color: #C2BBD4; }
span { border-color: rgb(194,187,212); }
td.TdClassName
{
border-color: #C2BBD4;
}
.TagClassName
{
border-color: #C2BBD4;
}
</style>