Shades of Melrose #C8BFD6
Tints of Melrose #C8BFD6
RGB
CMYK
RGB Variations
Color information
#C8BFD6 (or 0xC8BFD6) is known color: Melrose. HEX triplet: C8, BF and D6. RGB value is (200,191,214). Sum of RGB (Red+Green+Blue) = 200+191+214=605 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.06% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 214 - color contains mainly: blue. Hex color #C8BFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFD6 is #374029. Grayscale: #C4C4C4. Windows color (decimal): -3620906 or 14073800. OLE color: 14073800.
HSL color Cylindrical-coordinate representation of color #C8BFD6: hue angle of 263.48º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8BFD6 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 191 | 214 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.16 |
| HSL | 263.48º | 0.22% | 0.79% | - |
| HSV(B) | 263.48º | 0.11% | 0.84% | - |
| XYZ | 54.59 | 54.4 | 71.24 | - |
| YUV | 196.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 214 | 0.07 | 0.11 | 0 | 0.16 | 263.48 | 0.22 | 0.79 |
| Hex | C8 | BF | D6 | 7 | B | 0 | 10 | 107 | 16 | 4F |
| Octal | 310 | 277 | 326 | 7 | 13 | 0 | 20 | 407 | 26 | 117 |
| Binary | 11001000 | 10111111 | 11010110 | 111 | 1011 | 0 | 10000 | 100000111 | 10110 | 1001111 |
Color Harmonies of #C8BFD6
Complementary color
Monochromatic Colors of #C8BFD6
Black with #C8BFD6
Text Example
Text Example
White with #C8BFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFD6; }
p { color: rgb(200,191,214); }
H1.HeaderClassName
{
color: #C8BFD6;
}
.AnyTagClassName
{
color: #C8BFD6;
}
</style>
background-color css
<style>
a { background-color: #C8BFD6; }
a { background-color: rgb(200,191,214); }
div.DivClassName
{
background-color: #C8BFD6;
}
.BgClassName
{
background-color: #C8BFD6;
}
</style>
border-color css
<style>
span { border-color: #C8BFD6; }
span { border-color: rgb(200,191,214); }
td.TdClassName
{
border-color: #C8BFD6;
}
.TagClassName
{
border-color: #C8BFD6;
}
</style>