Shades of Melrose #C4B8DC
Tints of Melrose #C4B8DC
RGB
CMYK
RGB Variations
Color information
#C4B8DC (or 0xC4B8DC) is known color: Melrose. HEX triplet: C4, B8 and DC. RGB value is (196,184,220). Sum of RGB (Red+Green+Blue) = 196+184+220=600 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.67% from 600); Green value is 184 (72.27% from 255 or 30.67% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4B8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B8DC is #3B4723. Grayscale: #BFBFBF. Windows color (decimal): -3884836 or 14465220. OLE color: 14465220.
HSL color Cylindrical-coordinate representation of color #C4B8DC: hue angle of 260º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4B8DC is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 184 | 220 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.14 |
| HSL | 260º | 0.34% | 0.79% | - |
| HSV(B) | 260º | 0.16% | 0.86% | - |
| XYZ | 52.82 | 51.18 | 74.81 | - |
| YUV | 191.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 184 | 220 | 0.11 | 0.16 | 0 | 0.14 | 260 | 0.34 | 0.79 |
| Hex | C4 | B8 | DC | B | 10 | 0 | E | 104 | 22 | 4F |
| Octal | 304 | 270 | 334 | 13 | 20 | 0 | 16 | 404 | 42 | 117 |
| Binary | 11000100 | 10111000 | 11011100 | 1011 | 10000 | 0 | 1110 | 100000100 | 100010 | 1001111 |
Color Harmonies of #C4B8DC
Complementary color
Monochromatic Colors of #C4B8DC
Black with #C4B8DC
Text Example
Text Example
White with #C4B8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B8DC; }
p { color: rgb(196,184,220); }
H1.HeaderClassName
{
color: #C4B8DC;
}
.AnyTagClassName
{
color: #C4B8DC;
}
</style>
background-color css
<style>
a { background-color: #C4B8DC; }
a { background-color: rgb(196,184,220); }
div.DivClassName
{
background-color: #C4B8DC;
}
.BgClassName
{
background-color: #C4B8DC;
}
</style>
border-color css
<style>
span { border-color: #C4B8DC; }
span { border-color: rgb(196,184,220); }
td.TdClassName
{
border-color: #C4B8DC;
}
.TagClassName
{
border-color: #C4B8DC;
}
</style>