Shades of Melrose #C4BFDC
Tints of Melrose #C4BFDC
RGB
CMYK
RGB Variations
Color information
#C4BFDC (or 0xC4BFDC) is known color: Melrose. HEX triplet: C4, BF and DC. RGB value is (196,191,220). Sum of RGB (Red+Green+Blue) = 196+191+220=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFDC is #3B4023. Grayscale: #C3C3C3. Windows color (decimal): -3883044 or 14467012. OLE color: 14467012.
HSL color Cylindrical-coordinate representation of color #C4BFDC: hue angle of 250.34º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4BFDC is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 191 | 220 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.14 |
| HSL | 250.34º | 0.29% | 0.81% | - |
| HSV(B) | 250.34º | 0.13% | 0.86% | - |
| XYZ | 54.31 | 54.16 | 75.3 | - |
| YUV | 195.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 220 | 0.11 | 0.13 | 0 | 0.14 | 250.34 | 0.29 | 0.81 |
| Hex | C4 | BF | DC | B | D | 0 | E | FA | 1D | 51 |
| Octal | 304 | 277 | 334 | 13 | 15 | 0 | 16 | 372 | 35 | 121 |
| Binary | 11000100 | 10111111 | 11011100 | 1011 | 1101 | 0 | 1110 | 11111010 | 11101 | 1010001 |
Color Harmonies of #C4BFDC
Complementary color
Monochromatic Colors of #C4BFDC
Black with #C4BFDC
Text Example
Text Example
White with #C4BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BFDC; }
p { color: rgb(196,191,220); }
H1.HeaderClassName
{
color: #C4BFDC;
}
.AnyTagClassName
{
color: #C4BFDC;
}
</style>
background-color css
<style>
a { background-color: #C4BFDC; }
a { background-color: rgb(196,191,220); }
div.DivClassName
{
background-color: #C4BFDC;
}
.BgClassName
{
background-color: #C4BFDC;
}
</style>
border-color css
<style>
span { border-color: #C4BFDC; }
span { border-color: rgb(196,191,220); }
td.TdClassName
{
border-color: #C4BFDC;
}
.TagClassName
{
border-color: #C4BFDC;
}
</style>