Shades of Melrose #C3BBD7
Tints of Melrose #C3BBD7
RGB
CMYK
RGB Variations
Color information
#C3BBD7 (or 0xC3BBD7) is known color: Melrose. HEX triplet: C3, BB and D7. RGB value is (195,187,215). Sum of RGB (Red+Green+Blue) = 195+187+215=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 215 - color contains mainly: blue. Hex color #C3BBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBD7 is #3C4428. Grayscale: #C0C0C0. Windows color (decimal): -3949609 or 14138307. OLE color: 14138307.
HSL color Cylindrical-coordinate representation of color #C3BBD7: hue angle of 257.14º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3BBD7 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 187 | 215 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.16 |
| HSL | 257.14º | 0.26% | 0.79% | - |
| HSV(B) | 257.14º | 0.13% | 0.84% | - |
| XYZ | 52.54 | 52.05 | 71.57 | - |
| YUV | 192.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 215 | 0.09 | 0.13 | 0 | 0.16 | 257.14 | 0.26 | 0.79 |
| Hex | C3 | BB | D7 | 9 | D | 0 | 10 | 101 | 1A | 4F |
| Octal | 303 | 273 | 327 | 11 | 15 | 0 | 20 | 401 | 32 | 117 |
| Binary | 11000011 | 10111011 | 11010111 | 1001 | 1101 | 0 | 10000 | 100000001 | 11010 | 1001111 |
Color Harmonies of #C3BBD7
Complementary color
Monochromatic Colors of #C3BBD7
Black with #C3BBD7
Text Example
Text Example
White with #C3BBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBD7; }
p { color: rgb(195,187,215); }
H1.HeaderClassName
{
color: #C3BBD7;
}
.AnyTagClassName
{
color: #C3BBD7;
}
</style>
background-color css
<style>
a { background-color: #C3BBD7; }
a { background-color: rgb(195,187,215); }
div.DivClassName
{
background-color: #C3BBD7;
}
.BgClassName
{
background-color: #C3BBD7;
}
</style>
border-color css
<style>
span { border-color: #C3BBD7; }
span { border-color: rgb(195,187,215); }
td.TdClassName
{
border-color: #C3BBD7;
}
.TagClassName
{
border-color: #C3BBD7;
}
</style>