Shades of Melrose #C4BDDB
Tints of Melrose #C4BDDB
RGB
CMYK
RGB Variations
Color information
#C4BDDB (or 0xC4BDDB) is known color: Melrose. HEX triplet: C4, BD and DB. RGB value is (196,189,219). Sum of RGB (Red+Green+Blue) = 196+189+219=604 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.45% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDDB is #3B4224. Grayscale: #C2C2C2. Windows color (decimal): -3883557 or 14400964. OLE color: 14400964.
HSL color Cylindrical-coordinate representation of color #C4BDDB: hue angle of 254º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4BDDB is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 189 | 219 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.14 |
| HSL | 254º | 0.29% | 0.8% | - |
| HSV(B) | 254º | 0.14% | 0.86% | - |
| XYZ | 53.75 | 53.25 | 74.46 | - |
| YUV | 194.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 219 | 0.11 | 0.14 | 0 | 0.14 | 254 | 0.29 | 0.8 |
| Hex | C4 | BD | DB | B | E | 0 | E | FE | 1D | 50 |
| Octal | 304 | 275 | 333 | 13 | 16 | 0 | 16 | 376 | 35 | 120 |
| Binary | 11000100 | 10111101 | 11011011 | 1011 | 1110 | 0 | 1110 | 11111110 | 11101 | 1010000 |
Color Harmonies of #C4BDDB
Complementary color
Monochromatic Colors of #C4BDDB
Black with #C4BDDB
Text Example
Text Example
White with #C4BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BDDB; }
p { color: rgb(196,189,219); }
H1.HeaderClassName
{
color: #C4BDDB;
}
.AnyTagClassName
{
color: #C4BDDB;
}
</style>
background-color css
<style>
a { background-color: #C4BDDB; }
a { background-color: rgb(196,189,219); }
div.DivClassName
{
background-color: #C4BDDB;
}
.BgClassName
{
background-color: #C4BDDB;
}
</style>
border-color css
<style>
span { border-color: #C4BDDB; }
span { border-color: rgb(196,189,219); }
td.TdClassName
{
border-color: #C4BDDB;
}
.TagClassName
{
border-color: #C4BDDB;
}
</style>