Shades of Melrose #C9BEDE
Tints of Melrose #C9BEDE
RGB
CMYK
RGB Variations
Color information
#C9BEDE (or 0xC9BEDE) is known color: Melrose. HEX triplet: C9, BE and DE. RGB value is (201,190,222). Sum of RGB (Red+Green+Blue) = 201+190+222=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9BEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEDE is #364121. Grayscale: #C4C4C4. Windows color (decimal): -3555618 or 14597833. OLE color: 14597833.
HSL color Cylindrical-coordinate representation of color #C9BEDE: hue angle of 260.62º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9BEDE is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 190 | 222 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.13 |
| HSL | 260.63º | 0.33% | 0.81% | - |
| HSV(B) | 260.63º | 0.14% | 0.87% | - |
| XYZ | 55.69 | 54.52 | 76.7 | - |
| YUV | 196.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 222 | 0.09 | 0.14 | 0 | 0.13 | 260.63 | 0.33 | 0.81 |
| Hex | C9 | BE | DE | 9 | E | 0 | D | 105 | 21 | 51 |
| Octal | 311 | 276 | 336 | 11 | 16 | 0 | 15 | 405 | 41 | 121 |
| Binary | 11001001 | 10111110 | 11011110 | 1001 | 1110 | 0 | 1101 | 100000101 | 100001 | 1010001 |
Color Harmonies of #C9BEDE
Complementary color
Monochromatic Colors of #C9BEDE
Black with #C9BEDE
Text Example
Text Example
White with #C9BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BEDE; }
p { color: rgb(201,190,222); }
H1.HeaderClassName
{
color: #C9BEDE;
}
.AnyTagClassName
{
color: #C9BEDE;
}
</style>
background-color css
<style>
a { background-color: #C9BEDE; }
a { background-color: rgb(201,190,222); }
div.DivClassName
{
background-color: #C9BEDE;
}
.BgClassName
{
background-color: #C9BEDE;
}
</style>
border-color css
<style>
span { border-color: #C9BEDE; }
span { border-color: rgb(201,190,222); }
td.TdClassName
{
border-color: #C9BEDE;
}
.TagClassName
{
border-color: #C9BEDE;
}
</style>