Shades of Melrose #C4B9DF
Tints of Melrose #C4B9DF
RGB
CMYK
RGB Variations
Color information
#C4B9DF (or 0xC4B9DF) is known color: Melrose. HEX triplet: C4, B9 and DF. RGB value is (196,185,223). Sum of RGB (Red+Green+Blue) = 196+185+223=604 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.45% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4B9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B9DF is #3B4620. Grayscale: #C0C0C0. Windows color (decimal): -3884577 or 14662084. OLE color: 14662084.
HSL color Cylindrical-coordinate representation of color #C4B9DF: hue angle of 257.37º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4B9DF is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 185 | 223 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.13 |
| HSL | 257.37º | 0.37% | 0.8% | - |
| HSV(B) | 257.37º | 0.17% | 0.87% | - |
| XYZ | 53.43 | 51.76 | 76.99 | - |
| YUV | 192.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 223 | 0.12 | 0.17 | 0 | 0.13 | 257.37 | 0.37 | 0.8 |
| Hex | C4 | B9 | DF | C | 11 | 0 | D | 101 | 25 | 50 |
| Octal | 304 | 271 | 337 | 14 | 21 | 0 | 15 | 401 | 45 | 120 |
| Binary | 11000100 | 10111001 | 11011111 | 1100 | 10001 | 0 | 1101 | 100000001 | 100101 | 1010000 |
Color Harmonies of #C4B9DF
Complementary color
Monochromatic Colors of #C4B9DF
Black with #C4B9DF
Text Example
Text Example
White with #C4B9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B9DF; }
p { color: rgb(196,185,223); }
H1.HeaderClassName
{
color: #C4B9DF;
}
.AnyTagClassName
{
color: #C4B9DF;
}
</style>
background-color css
<style>
a { background-color: #C4B9DF; }
a { background-color: rgb(196,185,223); }
div.DivClassName
{
background-color: #C4B9DF;
}
.BgClassName
{
background-color: #C4B9DF;
}
</style>
border-color css
<style>
span { border-color: #C4B9DF; }
span { border-color: rgb(196,185,223); }
td.TdClassName
{
border-color: #C4B9DF;
}
.TagClassName
{
border-color: #C4B9DF;
}
</style>