Shades of Melrose #C9BED8
Tints of Melrose #C9BED8
RGB
CMYK
RGB Variations
Color information
#C9BED8 (or 0xC9BED8) is known color: Melrose. HEX triplet: C9, BE and D8. RGB value is (201,190,216). Sum of RGB (Red+Green+Blue) = 201+190+216=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 190 (74.61% from 255 or 31.30% 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 #C9BED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BED8 is #364127. Grayscale: #C4C4C4. Windows color (decimal): -3555624 or 14204617. OLE color: 14204617.
HSL color Cylindrical-coordinate representation of color #C9BED8: hue angle of 265.38º degrees, saturation: 0.25, 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 #C9BED8 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 190 | 216 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.15 |
| HSL | 265.38º | 0.25% | 0.8% | - |
| HSV(B) | 265.38º | 0.12% | 0.85% | - |
| XYZ | 54.9 | 54.2 | 72.53 | - |
| YUV | 196.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 216 | 0.07 | 0.12 | 0 | 0.15 | 265.38 | 0.25 | 0.8 |
| Hex | C9 | BE | D8 | 7 | C | 0 | F | 109 | 19 | 50 |
| Octal | 311 | 276 | 330 | 7 | 14 | 0 | 17 | 411 | 31 | 120 |
| Binary | 11001001 | 10111110 | 11011000 | 111 | 1100 | 0 | 1111 | 100001001 | 11001 | 1010000 |
Color Harmonies of #C9BED8
Complementary color
Monochromatic Colors of #C9BED8
Black with #C9BED8
Text Example
Text Example
White with #C9BED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BED8; }
p { color: rgb(201,190,216); }
H1.HeaderClassName
{
color: #C9BED8;
}
.AnyTagClassName
{
color: #C9BED8;
}
</style>
background-color css
<style>
a { background-color: #C9BED8; }
a { background-color: rgb(201,190,216); }
div.DivClassName
{
background-color: #C9BED8;
}
.BgClassName
{
background-color: #C9BED8;
}
</style>
border-color css
<style>
span { border-color: #C9BED8; }
span { border-color: rgb(201,190,216); }
td.TdClassName
{
border-color: #C9BED8;
}
.TagClassName
{
border-color: #C9BED8;
}
</style>