Shades of Melrose #C8BFD8
Tints of Melrose #C8BFD8
RGB
CMYK
RGB Variations
Color information
#C8BFD8 (or 0xC8BFD8) is known color: Melrose. HEX triplet: C8, BF and D8. RGB value is (200,191,216). Sum of RGB (Red+Green+Blue) = 200+191+216=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 216 - color contains mainly: blue. Hex color #C8BFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFD8 is #374027. Grayscale: #C4C4C4. Windows color (decimal): -3620904 or 14204872. OLE color: 14204872.
HSL color Cylindrical-coordinate representation of color #C8BFD8: hue angle of 261.6º 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 #C8BFD8 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 191 | 216 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.15 |
| HSL | 261.6º | 0.24% | 0.8% | - |
| HSV(B) | 261.6º | 0.12% | 0.85% | - |
| XYZ | 54.84 | 54.5 | 72.59 | - |
| YUV | 196.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 216 | 0.07 | 0.12 | 0 | 0.15 | 261.6 | 0.24 | 0.8 |
| Hex | C8 | BF | D8 | 7 | C | 0 | F | 106 | 18 | 50 |
| Octal | 310 | 277 | 330 | 7 | 14 | 0 | 17 | 406 | 30 | 120 |
| Binary | 11001000 | 10111111 | 11011000 | 111 | 1100 | 0 | 1111 | 100000110 | 11000 | 1010000 |
Color Harmonies of #C8BFD8
Complementary color
Monochromatic Colors of #C8BFD8
Black with #C8BFD8
Text Example
Text Example
White with #C8BFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFD8; }
p { color: rgb(200,191,216); }
H1.HeaderClassName
{
color: #C8BFD8;
}
.AnyTagClassName
{
color: #C8BFD8;
}
</style>
background-color css
<style>
a { background-color: #C8BFD8; }
a { background-color: rgb(200,191,216); }
div.DivClassName
{
background-color: #C8BFD8;
}
.BgClassName
{
background-color: #C8BFD8;
}
</style>
border-color css
<style>
span { border-color: #C8BFD8; }
span { border-color: rgb(200,191,216); }
td.TdClassName
{
border-color: #C8BFD8;
}
.TagClassName
{
border-color: #C8BFD8;
}
</style>