Shades of Melrose #C8BFD7
Tints of Melrose #C8BFD7
RGB
CMYK
RGB Variations
Color information
#C8BFD7 (or 0xC8BFD7) is known color: Melrose. HEX triplet: C8, BF and D7. RGB value is (200,191,215). Sum of RGB (Red+Green+Blue) = 200+191+215=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 215 - color contains mainly: blue. Hex color #C8BFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFD7 is #374028. Grayscale: #C4C4C4. Windows color (decimal): -3620905 or 14139336. OLE color: 14139336.
HSL color Cylindrical-coordinate representation of color #C8BFD7: hue angle of 262.5º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8BFD7 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 191 | 215 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.16 |
| HSL | 262.5º | 0.23% | 0.8% | - |
| HSV(B) | 262.5º | 0.11% | 0.84% | - |
| XYZ | 54.72 | 54.45 | 71.92 | - |
| YUV | 196.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 215 | 0.07 | 0.11 | 0 | 0.16 | 262.5 | 0.23 | 0.8 |
| Hex | C8 | BF | D7 | 7 | B | 0 | 10 | 106 | 17 | 50 |
| Octal | 310 | 277 | 327 | 7 | 13 | 0 | 20 | 406 | 27 | 120 |
| Binary | 11001000 | 10111111 | 11010111 | 111 | 1011 | 0 | 10000 | 100000110 | 10111 | 1010000 |
Color Harmonies of #C8BFD7
Complementary color
Monochromatic Colors of #C8BFD7
Black with #C8BFD7
Text Example
Text Example
White with #C8BFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFD7; }
p { color: rgb(200,191,215); }
H1.HeaderClassName
{
color: #C8BFD7;
}
.AnyTagClassName
{
color: #C8BFD7;
}
</style>
background-color css
<style>
a { background-color: #C8BFD7; }
a { background-color: rgb(200,191,215); }
div.DivClassName
{
background-color: #C8BFD7;
}
.BgClassName
{
background-color: #C8BFD7;
}
</style>
border-color css
<style>
span { border-color: #C8BFD7; }
span { border-color: rgb(200,191,215); }
td.TdClassName
{
border-color: #C8BFD7;
}
.TagClassName
{
border-color: #C8BFD7;
}
</style>