Shades of Melrose #C9BBED
Tints of Melrose #C9BBED
RGB
CMYK
RGB Variations
Color information
#C9BBED (or 0xC9BBED) is known color: Melrose. HEX triplet: C9, BB and ED. RGB value is (201,187,237). Sum of RGB (Red+Green+Blue) = 201+187+237=625 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.16% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBED is #364412. Grayscale: #C4C4C4. Windows color (decimal): -3556371 or 15580105. OLE color: 15580105.
HSL color Cylindrical-coordinate representation of color #C9BBED: hue angle of 256.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9BBED is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 187 | 237 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.07 |
| HSL | 256.8º | 0.58% | 0.83% | - |
| HSV(B) | 256.8º | 0.21% | 0.93% | - |
| XYZ | 57.14 | 54.07 | 87.55 | - |
| YUV | 196.89 | 150.64 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 237 | 0.15 | 0.21 | 0 | 0.07 | 256.8 | 0.58 | 0.83 |
| Hex | C9 | BB | ED | F | 15 | 0 | 7 | 101 | 3A | 53 |
| Octal | 311 | 273 | 355 | 17 | 25 | 0 | 7 | 401 | 72 | 123 |
| Binary | 11001001 | 10111011 | 11101101 | 1111 | 10101 | 0 | 111 | 100000001 | 111010 | 1010011 |
Color Harmonies of #C9BBED
Complementary color
Monochromatic Colors of #C9BBED
Black with #C9BBED
Text Example
Text Example
White with #C9BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBED; }
p { color: rgb(201,187,237); }
H1.HeaderClassName
{
color: #C9BBED;
}
.AnyTagClassName
{
color: #C9BBED;
}
</style>
background-color css
<style>
a { background-color: #C9BBED; }
a { background-color: rgb(201,187,237); }
div.DivClassName
{
background-color: #C9BBED;
}
.BgClassName
{
background-color: #C9BBED;
}
</style>
border-color css
<style>
span { border-color: #C9BBED; }
span { border-color: rgb(201,187,237); }
td.TdClassName
{
border-color: #C9BBED;
}
.TagClassName
{
border-color: #C9BBED;
}
</style>