Shades of Melrose #C4BCDD
Tints of Melrose #C4BCDD
RGB
CMYK
RGB Variations
Color information
#C4BCDD (or 0xC4BCDD) is known color: Melrose. HEX triplet: C4, BC and DD. RGB value is (196,188,221). Sum of RGB (Red+Green+Blue) = 196+188+221=605 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.40% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4BCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCDD is #3B4322. Grayscale: #C2C2C2. Windows color (decimal): -3883811 or 14531780. OLE color: 14531780.
HSL color Cylindrical-coordinate representation of color #C4BCDD: hue angle of 254.55º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4BCDD is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 188 | 221 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.13 |
| HSL | 254.55º | 0.33% | 0.8% | - |
| HSV(B) | 254.55º | 0.15% | 0.87% | - |
| XYZ | 53.8 | 52.92 | 75.79 | - |
| YUV | 194.15 | 143.15 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 221 | 0.11 | 0.15 | 0 | 0.13 | 254.55 | 0.33 | 0.8 |
| Hex | C4 | BC | DD | B | F | 0 | D | FF | 21 | 50 |
| Octal | 304 | 274 | 335 | 13 | 17 | 0 | 15 | 377 | 41 | 120 |
| Binary | 11000100 | 10111100 | 11011101 | 1011 | 1111 | 0 | 1101 | 11111111 | 100001 | 1010000 |
Color Harmonies of #C4BCDD
Complementary color
Monochromatic Colors of #C4BCDD
Black with #C4BCDD
Text Example
Text Example
White with #C4BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCDD; }
p { color: rgb(196,188,221); }
H1.HeaderClassName
{
color: #C4BCDD;
}
.AnyTagClassName
{
color: #C4BCDD;
}
</style>
background-color css
<style>
a { background-color: #C4BCDD; }
a { background-color: rgb(196,188,221); }
div.DivClassName
{
background-color: #C4BCDD;
}
.BgClassName
{
background-color: #C4BCDD;
}
</style>
border-color css
<style>
span { border-color: #C4BCDD; }
span { border-color: rgb(196,188,221); }
td.TdClassName
{
border-color: #C4BCDD;
}
.TagClassName
{
border-color: #C4BCDD;
}
</style>