Shades of Melrose #C9BFD8
Tints of Melrose #C9BFD8
RGB
CMYK
RGB Variations
Color information
#C9BFD8 (or 0xC9BFD8) is known color: Melrose. HEX triplet: C9, BF and D8. RGB value is (201,191,216). Sum of RGB (Red+Green+Blue) = 201+191+216=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 216 - color contains mainly: blue. Hex color #C9BFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFD8 is #364027. Grayscale: #C4C4C4. Windows color (decimal): -3555368 or 14204873. OLE color: 14204873.
HSL color Cylindrical-coordinate representation of color #C9BFD8: hue angle of 264º 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 #C9BFD8 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 191 | 216 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.15 |
| HSL | 264º | 0.24% | 0.8% | - |
| HSV(B) | 264º | 0.12% | 0.85% | - |
| XYZ | 55.11 | 54.64 | 72.61 | - |
| YUV | 196.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 216 | 0.07 | 0.12 | 0 | 0.15 | 264 | 0.24 | 0.8 |
| Hex | C9 | BF | D8 | 7 | C | 0 | F | 108 | 18 | 50 |
| Octal | 311 | 277 | 330 | 7 | 14 | 0 | 17 | 410 | 30 | 120 |
| Binary | 11001001 | 10111111 | 11011000 | 111 | 1100 | 0 | 1111 | 100001000 | 11000 | 1010000 |
Color Harmonies of #C9BFD8
Complementary color
Monochromatic Colors of #C9BFD8
Black with #C9BFD8
Text Example
Text Example
White with #C9BFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFD8; }
p { color: rgb(201,191,216); }
H1.HeaderClassName
{
color: #C9BFD8;
}
.AnyTagClassName
{
color: #C9BFD8;
}
</style>
background-color css
<style>
a { background-color: #C9BFD8; }
a { background-color: rgb(201,191,216); }
div.DivClassName
{
background-color: #C9BFD8;
}
.BgClassName
{
background-color: #C9BFD8;
}
</style>
border-color css
<style>
span { border-color: #C9BFD8; }
span { border-color: rgb(201,191,216); }
td.TdClassName
{
border-color: #C9BFD8;
}
.TagClassName
{
border-color: #C9BFD8;
}
</style>