Shades of Melrose #C4B7DD
Tints of Melrose #C4B7DD
RGB
CMYK
RGB Variations
Color information
#C4B7DD (or 0xC4B7DD) is known color: Melrose. HEX triplet: C4, B7 and DD. RGB value is (196,183,221). Sum of RGB (Red+Green+Blue) = 196+183+221=600 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.67% from 600); Green value is 183 (71.88% from 255 or 30.5% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4B7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B7DD is #3B4822. Grayscale: #BFBFBF. Windows color (decimal): -3885091 or 14530500. OLE color: 14530500.
HSL color Cylindrical-coordinate representation of color #C4B7DD: hue angle of 260.53º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4B7DD is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 183 | 221 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.13 |
| HSL | 260.53º | 0.36% | 0.79% | - |
| HSV(B) | 260.53º | 0.17% | 0.87% | - |
| XYZ | 52.75 | 50.82 | 75.44 | - |
| YUV | 191.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 221 | 0.11 | 0.17 | 0 | 0.13 | 260.53 | 0.36 | 0.79 |
| Hex | C4 | B7 | DD | B | 11 | 0 | D | 105 | 24 | 4F |
| Octal | 304 | 267 | 335 | 13 | 21 | 0 | 15 | 405 | 44 | 117 |
| Binary | 11000100 | 10110111 | 11011101 | 1011 | 10001 | 0 | 1101 | 100000101 | 100100 | 1001111 |
Color Harmonies of #C4B7DD
Complementary color
Monochromatic Colors of #C4B7DD
Black with #C4B7DD
Text Example
Text Example
White with #C4B7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B7DD; }
p { color: rgb(196,183,221); }
H1.HeaderClassName
{
color: #C4B7DD;
}
.AnyTagClassName
{
color: #C4B7DD;
}
</style>
background-color css
<style>
a { background-color: #C4B7DD; }
a { background-color: rgb(196,183,221); }
div.DivClassName
{
background-color: #C4B7DD;
}
.BgClassName
{
background-color: #C4B7DD;
}
</style>
border-color css
<style>
span { border-color: #C4B7DD; }
span { border-color: rgb(196,183,221); }
td.TdClassName
{
border-color: #C4B7DD;
}
.TagClassName
{
border-color: #C4B7DD;
}
</style>