Shades of Melrose #C4BFDD
Tints of Melrose #C4BFDD
RGB
CMYK
RGB Variations
Color information
#C4BFDD (or 0xC4BFDD) is known color: Melrose. HEX triplet: C4, BF and DD. RGB value is (196,191,221). Sum of RGB (Red+Green+Blue) = 196+191+221=608 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.24% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFDD is #3B4022. Grayscale: #C3C3C3. Windows color (decimal): -3883043 or 14532548. OLE color: 14532548.
HSL color Cylindrical-coordinate representation of color #C4BFDD: hue angle of 250º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4BFDD is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 191 | 221 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.13 |
| HSL | 250º | 0.31% | 0.81% | - |
| HSV(B) | 250º | 0.14% | 0.87% | - |
| XYZ | 54.45 | 54.22 | 76 | - |
| YUV | 195.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 221 | 0.11 | 0.14 | 0 | 0.13 | 250 | 0.31 | 0.81 |
| Hex | C4 | BF | DD | B | E | 0 | D | FA | 1F | 51 |
| Octal | 304 | 277 | 335 | 13 | 16 | 0 | 15 | 372 | 37 | 121 |
| Binary | 11000100 | 10111111 | 11011101 | 1011 | 1110 | 0 | 1101 | 11111010 | 11111 | 1010001 |
Color Harmonies of #C4BFDD
Complementary color
Monochromatic Colors of #C4BFDD
Black with #C4BFDD
Text Example
Text Example
White with #C4BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BFDD; }
p { color: rgb(196,191,221); }
H1.HeaderClassName
{
color: #C4BFDD;
}
.AnyTagClassName
{
color: #C4BFDD;
}
</style>
background-color css
<style>
a { background-color: #C4BFDD; }
a { background-color: rgb(196,191,221); }
div.DivClassName
{
background-color: #C4BFDD;
}
.BgClassName
{
background-color: #C4BFDD;
}
</style>
border-color css
<style>
span { border-color: #C4BFDD; }
span { border-color: rgb(196,191,221); }
td.TdClassName
{
border-color: #C4BFDD;
}
.TagClassName
{
border-color: #C4BFDD;
}
</style>