Shades of Melrose #C4BBDA
Tints of Melrose #C4BBDA
RGB
CMYK
RGB Variations
Color information
#C4BBDA (or 0xC4BBDA) is known color: Melrose. HEX triplet: C4, BB and DA. RGB value is (196,187,218). Sum of RGB (Red+Green+Blue) = 196+187+218=601 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.61% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4BBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBDA is #3B4425. Grayscale: #C1C1C1. Windows color (decimal): -3884070 or 14334916. OLE color: 14334916.
HSL color Cylindrical-coordinate representation of color #C4BBDA: hue angle of 257.42º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4BBDA is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 187 | 218 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.15 |
| HSL | 257.42º | 0.3% | 0.79% | - |
| HSV(B) | 257.42º | 0.14% | 0.85% | - |
| XYZ | 53.19 | 52.34 | 73.63 | - |
| YUV | 193.23 | 141.98 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 218 | 0.10 | 0.14 | 0 | 0.15 | 257.42 | 0.3 | 0.79 |
| Hex | C4 | BB | DA | A | E | 0 | F | 101 | 1E | 4F |
| Octal | 304 | 273 | 332 | 12 | 16 | 0 | 17 | 401 | 36 | 117 |
| Binary | 11000100 | 10111011 | 11011010 | 1010 | 1110 | 0 | 1111 | 100000001 | 11110 | 1001111 |
Color Harmonies of #C4BBDA
Complementary color
Monochromatic Colors of #C4BBDA
Black with #C4BBDA
Text Example
Text Example
White with #C4BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BBDA; }
p { color: rgb(196,187,218); }
H1.HeaderClassName
{
color: #C4BBDA;
}
.AnyTagClassName
{
color: #C4BBDA;
}
</style>
background-color css
<style>
a { background-color: #C4BBDA; }
a { background-color: rgb(196,187,218); }
div.DivClassName
{
background-color: #C4BBDA;
}
.BgClassName
{
background-color: #C4BBDA;
}
</style>
border-color css
<style>
span { border-color: #C4BBDA; }
span { border-color: rgb(196,187,218); }
td.TdClassName
{
border-color: #C4BBDA;
}
.TagClassName
{
border-color: #C4BBDA;
}
</style>