Shades of Melrose #C9BED9
Tints of Melrose #C9BED9
RGB
CMYK
RGB Variations
Color information
#C9BED9 (or 0xC9BED9) is known color: Melrose. HEX triplet: C9, BE and D9. RGB value is (201,190,217). Sum of RGB (Red+Green+Blue) = 201+190+217=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 217 - color contains mainly: blue. Hex color #C9BED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BED9 is #364126. Grayscale: #C4C4C4. Windows color (decimal): -3555623 or 14270153. OLE color: 14270153.
HSL color Cylindrical-coordinate representation of color #C9BED9: hue angle of 264.44º degrees, saturation: 0.26, 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 #C9BED9 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 190 | 217 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.15 |
| HSL | 264.44º | 0.26% | 0.8% | - |
| HSV(B) | 264.44º | 0.12% | 0.85% | - |
| XYZ | 55.03 | 54.25 | 73.22 | - |
| YUV | 196.37 | 139.64 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 217 | 0.07 | 0.12 | 0 | 0.15 | 264.44 | 0.26 | 0.8 |
| Hex | C9 | BE | D9 | 7 | C | 0 | F | 108 | 1A | 50 |
| Octal | 311 | 276 | 331 | 7 | 14 | 0 | 17 | 410 | 32 | 120 |
| Binary | 11001001 | 10111110 | 11011001 | 111 | 1100 | 0 | 1111 | 100001000 | 11010 | 1010000 |
Color Harmonies of #C9BED9
Complementary color
Monochromatic Colors of #C9BED9
Black with #C9BED9
Text Example
Text Example
White with #C9BED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BED9; }
p { color: rgb(201,190,217); }
H1.HeaderClassName
{
color: #C9BED9;
}
.AnyTagClassName
{
color: #C9BED9;
}
</style>
background-color css
<style>
a { background-color: #C9BED9; }
a { background-color: rgb(201,190,217); }
div.DivClassName
{
background-color: #C9BED9;
}
.BgClassName
{
background-color: #C9BED9;
}
</style>
border-color css
<style>
span { border-color: #C9BED9; }
span { border-color: rgb(201,190,217); }
td.TdClassName
{
border-color: #C9BED9;
}
.TagClassName
{
border-color: #C9BED9;
}
</style>