Shades of Melrose #C7BFDD
Tints of Melrose #C7BFDD
RGB
CMYK
RGB Variations
Color information
#C7BFDD (or 0xC7BFDD) is known color: Melrose. HEX triplet: C7, BF and DD. RGB value is (199,191,221). Sum of RGB (Red+Green+Blue) = 199+191+221=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFDD is #384022. Grayscale: #C4C4C4. Windows color (decimal): -3686435 or 14532551. OLE color: 14532551.
HSL color Cylindrical-coordinate representation of color #C7BFDD: hue angle of 256º 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 #C7BFDD is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 191 | 221 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.13 |
| HSL | 256º | 0.31% | 0.81% | - |
| HSV(B) | 256º | 0.14% | 0.87% | - |
| XYZ | 55.24 | 54.62 | 76.04 | - |
| YUV | 196.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 221 | 0.10 | 0.14 | 0 | 0.13 | 256 | 0.31 | 0.81 |
| Hex | C7 | BF | DD | A | E | 0 | D | 100 | 1F | 51 |
| Octal | 307 | 277 | 335 | 12 | 16 | 0 | 15 | 400 | 37 | 121 |
| Binary | 11000111 | 10111111 | 11011101 | 1010 | 1110 | 0 | 1101 | 100000000 | 11111 | 1010001 |
Color Harmonies of #C7BFDD
Complementary color
Monochromatic Colors of #C7BFDD
Black with #C7BFDD
Text Example
Text Example
White with #C7BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BFDD; }
p { color: rgb(199,191,221); }
H1.HeaderClassName
{
color: #C7BFDD;
}
.AnyTagClassName
{
color: #C7BFDD;
}
</style>
background-color css
<style>
a { background-color: #C7BFDD; }
a { background-color: rgb(199,191,221); }
div.DivClassName
{
background-color: #C7BFDD;
}
.BgClassName
{
background-color: #C7BFDD;
}
</style>
border-color css
<style>
span { border-color: #C7BFDD; }
span { border-color: rgb(199,191,221); }
td.TdClassName
{
border-color: #C7BFDD;
}
.TagClassName
{
border-color: #C7BFDD;
}
</style>