Shades of Melrose #C4BDDD
Tints of Melrose #C4BDDD
RGB
CMYK
RGB Variations
Color information
#C4BDDD (or 0xC4BDDD) is known color: Melrose. HEX triplet: C4, BD and DD. RGB value is (196,189,221). Sum of RGB (Red+Green+Blue) = 196+189+221=606 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.34% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDDD is #3B4222. Grayscale: #C2C2C2. Windows color (decimal): -3883555 or 14532036. OLE color: 14532036.
HSL color Cylindrical-coordinate representation of color #C4BDDD: hue angle of 253.12º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4BDDD is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 189 | 221 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.13 |
| HSL | 253.13º | 0.32% | 0.8% | - |
| HSV(B) | 253.13º | 0.14% | 0.87% | - |
| XYZ | 54.01 | 53.35 | 75.86 | - |
| YUV | 194.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 221 | 0.11 | 0.14 | 0 | 0.13 | 253.13 | 0.32 | 0.8 |
| Hex | C4 | BD | DD | B | E | 0 | D | FD | 20 | 50 |
| Octal | 304 | 275 | 335 | 13 | 16 | 0 | 15 | 375 | 40 | 120 |
| Binary | 11000100 | 10111101 | 11011101 | 1011 | 1110 | 0 | 1101 | 11111101 | 100000 | 1010000 |
Color Harmonies of #C4BDDD
Complementary color
Monochromatic Colors of #C4BDDD
Black with #C4BDDD
Text Example
Text Example
White with #C4BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BDDD; }
p { color: rgb(196,189,221); }
H1.HeaderClassName
{
color: #C4BDDD;
}
.AnyTagClassName
{
color: #C4BDDD;
}
</style>
background-color css
<style>
a { background-color: #C4BDDD; }
a { background-color: rgb(196,189,221); }
div.DivClassName
{
background-color: #C4BDDD;
}
.BgClassName
{
background-color: #C4BDDD;
}
</style>
border-color css
<style>
span { border-color: #C4BDDD; }
span { border-color: rgb(196,189,221); }
td.TdClassName
{
border-color: #C4BDDD;
}
.TagClassName
{
border-color: #C4BDDD;
}
</style>