Shades of Melrose #C9BEE0
Tints of Melrose #C9BEE0
RGB
CMYK
RGB Variations
Color information
#C9BEE0 (or 0xC9BEE0) is known color: Melrose. HEX triplet: C9, BE and E0. RGB value is (201,190,224). Sum of RGB (Red+Green+Blue) = 201+190+224=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 224 - color contains mainly: blue. Hex color #C9BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEE0 is #36411F. Grayscale: #C5C5C5. Windows color (decimal): -3555616 or 14728905. OLE color: 14728905.
HSL color Cylindrical-coordinate representation of color #C9BEE0: hue angle of 259.41º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9BEE0 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 190 | 224 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.12 |
| HSL | 259.41º | 0.35% | 0.81% | - |
| HSV(B) | 259.41º | 0.15% | 0.88% | - |
| XYZ | 55.96 | 54.63 | 78.12 | - |
| YUV | 197.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 224 | 0.10 | 0.15 | 0 | 0.12 | 259.41 | 0.35 | 0.81 |
| Hex | C9 | BE | E0 | A | F | 0 | C | 103 | 23 | 51 |
| Octal | 311 | 276 | 340 | 12 | 17 | 0 | 14 | 403 | 43 | 121 |
| Binary | 11001001 | 10111110 | 11100000 | 1010 | 1111 | 0 | 1100 | 100000011 | 100011 | 1010001 |
Color Harmonies of #C9BEE0
Complementary color
Monochromatic Colors of #C9BEE0
Black with #C9BEE0
Text Example
Text Example
White with #C9BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BEE0; }
p { color: rgb(201,190,224); }
H1.HeaderClassName
{
color: #C9BEE0;
}
.AnyTagClassName
{
color: #C9BEE0;
}
</style>
background-color css
<style>
a { background-color: #C9BEE0; }
a { background-color: rgb(201,190,224); }
div.DivClassName
{
background-color: #C9BEE0;
}
.BgClassName
{
background-color: #C9BEE0;
}
</style>
border-color css
<style>
span { border-color: #C9BEE0; }
span { border-color: rgb(201,190,224); }
td.TdClassName
{
border-color: #C9BEE0;
}
.TagClassName
{
border-color: #C9BEE0;
}
</style>