Shades of Melrose #C4BBDD
Tints of Melrose #C4BBDD
RGB
CMYK
RGB Variations
Color information
#C4BBDD (or 0xC4BBDD) is known color: Melrose. HEX triplet: C4, BB and DD. RGB value is (196,187,221). Sum of RGB (Red+Green+Blue) = 196+187+221=604 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.45% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBDD is #3B4422. Grayscale: #C1C1C1. Windows color (decimal): -3884067 or 14531524. OLE color: 14531524.
HSL color Cylindrical-coordinate representation of color #C4BBDD: hue angle of 255.88º 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 #C4BBDD is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 187 | 221 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.13 |
| HSL | 255.88º | 0.33% | 0.8% | - |
| HSV(B) | 255.88º | 0.15% | 0.87% | - |
| XYZ | 53.59 | 52.5 | 75.72 | - |
| YUV | 193.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 221 | 0.11 | 0.15 | 0 | 0.13 | 255.88 | 0.33 | 0.8 |
| Hex | C4 | BB | DD | B | F | 0 | D | 100 | 21 | 50 |
| Octal | 304 | 273 | 335 | 13 | 17 | 0 | 15 | 400 | 41 | 120 |
| Binary | 11000100 | 10111011 | 11011101 | 1011 | 1111 | 0 | 1101 | 100000000 | 100001 | 1010000 |
Color Harmonies of #C4BBDD
Complementary color
Monochromatic Colors of #C4BBDD
Black with #C4BBDD
Text Example
Text Example
White with #C4BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BBDD; }
p { color: rgb(196,187,221); }
H1.HeaderClassName
{
color: #C4BBDD;
}
.AnyTagClassName
{
color: #C4BBDD;
}
</style>
background-color css
<style>
a { background-color: #C4BBDD; }
a { background-color: rgb(196,187,221); }
div.DivClassName
{
background-color: #C4BBDD;
}
.BgClassName
{
background-color: #C4BBDD;
}
</style>
border-color css
<style>
span { border-color: #C4BBDD; }
span { border-color: rgb(196,187,221); }
td.TdClassName
{
border-color: #C4BBDD;
}
.TagClassName
{
border-color: #C4BBDD;
}
</style>