Shades of Melrose #C4B9D8
Tints of Melrose #C4B9D8
RGB
CMYK
RGB Variations
Color information
#C4B9D8 (or 0xC4B9D8) is known color: Melrose. HEX triplet: C4, B9 and D8. RGB value is (196,185,216). Sum of RGB (Red+Green+Blue) = 196+185+216=597 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.83% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 216 - color contains mainly: blue. Hex color #C4B9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B9D8 is #3B4627. Grayscale: #BFBFBF. Windows color (decimal): -3884584 or 14203332. OLE color: 14203332.
HSL color Cylindrical-coordinate representation of color #C4B9D8: hue angle of 261.29º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4B9D8 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 185 | 216 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.15 |
| HSL | 261.29º | 0.28% | 0.79% | - |
| HSV(B) | 261.29º | 0.14% | 0.85% | - |
| XYZ | 52.51 | 51.39 | 72.12 | - |
| YUV | 191.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 216 | 0.09 | 0.14 | 0 | 0.15 | 261.29 | 0.28 | 0.79 |
| Hex | C4 | B9 | D8 | 9 | E | 0 | F | 105 | 1C | 4F |
| Octal | 304 | 271 | 330 | 11 | 16 | 0 | 17 | 405 | 34 | 117 |
| Binary | 11000100 | 10111001 | 11011000 | 1001 | 1110 | 0 | 1111 | 100000101 | 11100 | 1001111 |
Color Harmonies of #C4B9D8
Complementary color
Monochromatic Colors of #C4B9D8
Black with #C4B9D8
Text Example
Text Example
White with #C4B9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B9D8; }
p { color: rgb(196,185,216); }
H1.HeaderClassName
{
color: #C4B9D8;
}
.AnyTagClassName
{
color: #C4B9D8;
}
</style>
background-color css
<style>
a { background-color: #C4B9D8; }
a { background-color: rgb(196,185,216); }
div.DivClassName
{
background-color: #C4B9D8;
}
.BgClassName
{
background-color: #C4B9D8;
}
</style>
border-color css
<style>
span { border-color: #C4B9D8; }
span { border-color: rgb(196,185,216); }
td.TdClassName
{
border-color: #C4B9D8;
}
.TagClassName
{
border-color: #C4B9D8;
}
</style>