Shades of Melrose #C7BFD8
Tints of Melrose #C7BFD8
RGB
CMYK
RGB Variations
Color information
#C7BFD8 (or 0xC7BFD8) is known color: Melrose. HEX triplet: C7, BF and D8. RGB value is (199,191,216). Sum of RGB (Red+Green+Blue) = 199+191+216=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 216 - color contains mainly: blue. Hex color #C7BFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFD8 is #384027. Grayscale: #C4C4C4. Windows color (decimal): -3686440 or 14204871. OLE color: 14204871.
HSL color Cylindrical-coordinate representation of color #C7BFD8: hue angle of 259.2º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7BFD8 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 191 | 216 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.15 |
| HSL | 259.2º | 0.24% | 0.8% | - |
| HSV(B) | 259.2º | 0.12% | 0.85% | - |
| XYZ | 54.58 | 54.36 | 72.58 | - |
| YUV | 196.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 216 | 0.08 | 0.12 | 0 | 0.15 | 259.2 | 0.24 | 0.8 |
| Hex | C7 | BF | D8 | 8 | C | 0 | F | 103 | 18 | 50 |
| Octal | 307 | 277 | 330 | 10 | 14 | 0 | 17 | 403 | 30 | 120 |
| Binary | 11000111 | 10111111 | 11011000 | 1000 | 1100 | 0 | 1111 | 100000011 | 11000 | 1010000 |
Color Harmonies of #C7BFD8
Complementary color
Monochromatic Colors of #C7BFD8
Black with #C7BFD8
Text Example
Text Example
White with #C7BFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BFD8; }
p { color: rgb(199,191,216); }
H1.HeaderClassName
{
color: #C7BFD8;
}
.AnyTagClassName
{
color: #C7BFD8;
}
</style>
background-color css
<style>
a { background-color: #C7BFD8; }
a { background-color: rgb(199,191,216); }
div.DivClassName
{
background-color: #C7BFD8;
}
.BgClassName
{
background-color: #C7BFD8;
}
</style>
border-color css
<style>
span { border-color: #C7BFD8; }
span { border-color: rgb(199,191,216); }
td.TdClassName
{
border-color: #C7BFD8;
}
.TagClassName
{
border-color: #C7BFD8;
}
</style>