Shades of Melrose #C9BEDC
Tints of Melrose #C9BEDC
RGB
CMYK
RGB Variations
Color information
#C9BEDC (or 0xC9BEDC) is known color: Melrose. HEX triplet: C9, BE and DC. RGB value is (201,190,220). Sum of RGB (Red+Green+Blue) = 201+190+220=611 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.90% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEDC is #364123. Grayscale: #C4C4C4. Windows color (decimal): -3555620 or 14466761. OLE color: 14466761.
HSL color Cylindrical-coordinate representation of color #C9BEDC: hue angle of 262º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9BEDC is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 190 | 220 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.14 |
| HSL | 262º | 0.3% | 0.8% | - |
| HSV(B) | 262º | 0.14% | 0.86% | - |
| XYZ | 55.42 | 54.41 | 75.29 | - |
| YUV | 196.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 220 | 0.09 | 0.14 | 0 | 0.14 | 262 | 0.3 | 0.8 |
| Hex | C9 | BE | DC | 9 | E | 0 | E | 106 | 1E | 50 |
| Octal | 311 | 276 | 334 | 11 | 16 | 0 | 16 | 406 | 36 | 120 |
| Binary | 11001001 | 10111110 | 11011100 | 1001 | 1110 | 0 | 1110 | 100000110 | 11110 | 1010000 |
Color Harmonies of #C9BEDC
Complementary color
Monochromatic Colors of #C9BEDC
Black with #C9BEDC
Text Example
Text Example
White with #C9BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BEDC; }
p { color: rgb(201,190,220); }
H1.HeaderClassName
{
color: #C9BEDC;
}
.AnyTagClassName
{
color: #C9BEDC;
}
</style>
background-color css
<style>
a { background-color: #C9BEDC; }
a { background-color: rgb(201,190,220); }
div.DivClassName
{
background-color: #C9BEDC;
}
.BgClassName
{
background-color: #C9BEDC;
}
</style>
border-color css
<style>
span { border-color: #C9BEDC; }
span { border-color: rgb(201,190,220); }
td.TdClassName
{
border-color: #C9BEDC;
}
.TagClassName
{
border-color: #C9BEDC;
}
</style>