Shades of Melrose #C3BBD8
Tints of Melrose #C3BBD8
RGB
CMYK
RGB Variations
Color information
#C3BBD8 (or 0xC3BBD8) is known color: Melrose. HEX triplet: C3, BB and D8. RGB value is (195,187,216). Sum of RGB (Red+Green+Blue) = 195+187+216=598 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.61% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 216 (84.77% from 255 or 36.12% from 598); Max value from RGB is 216 - color contains mainly: blue. Hex color #C3BBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBD8 is #3C4427. Grayscale: #C0C0C0. Windows color (decimal): -3949608 or 14203843. OLE color: 14203843.
HSL color Cylindrical-coordinate representation of color #C3BBD8: hue angle of 256.55º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3BBD8 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 187 | 216 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.15 |
| HSL | 256.55º | 0.27% | 0.79% | - |
| HSV(B) | 256.55º | 0.13% | 0.85% | - |
| XYZ | 52.67 | 52.1 | 72.25 | - |
| YUV | 192.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 216 | 0.10 | 0.13 | 0 | 0.15 | 256.55 | 0.27 | 0.79 |
| Hex | C3 | BB | D8 | A | D | 0 | F | 101 | 1B | 4F |
| Octal | 303 | 273 | 330 | 12 | 15 | 0 | 17 | 401 | 33 | 117 |
| Binary | 11000011 | 10111011 | 11011000 | 1010 | 1101 | 0 | 1111 | 100000001 | 11011 | 1001111 |
Color Harmonies of #C3BBD8
Complementary color
Monochromatic Colors of #C3BBD8
Black with #C3BBD8
Text Example
Text Example
White with #C3BBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBD8; }
p { color: rgb(195,187,216); }
H1.HeaderClassName
{
color: #C3BBD8;
}
.AnyTagClassName
{
color: #C3BBD8;
}
</style>
background-color css
<style>
a { background-color: #C3BBD8; }
a { background-color: rgb(195,187,216); }
div.DivClassName
{
background-color: #C3BBD8;
}
.BgClassName
{
background-color: #C3BBD8;
}
</style>
border-color css
<style>
span { border-color: #C3BBD8; }
span { border-color: rgb(195,187,216); }
td.TdClassName
{
border-color: #C3BBD8;
}
.TagClassName
{
border-color: #C3BBD8;
}
</style>