Shades of Melrose #C9BEED
Tints of Melrose #C9BEED
RGB
CMYK
RGB Variations
Color information
#C9BEED (or 0xC9BEED) is known color: Melrose. HEX triplet: C9, BE and ED. RGB value is (201,190,237). Sum of RGB (Red+Green+Blue) = 201+190+237=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BEED is #364112. Grayscale: #C6C6C6. Windows color (decimal): -3555603 or 15580873. OLE color: 15580873.
HSL color Cylindrical-coordinate representation of color #C9BEED: hue angle of 254.04º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9BEED is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 190 | 237 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.07 |
| HSL | 254.04º | 0.57% | 0.84% | - |
| HSV(B) | 254.04º | 0.2% | 0.93% | - |
| XYZ | 57.79 | 55.36 | 87.76 | - |
| YUV | 198.65 | 149.64 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 237 | 0.15 | 0.20 | 0 | 0.07 | 254.04 | 0.57 | 0.84 |
| Hex | C9 | BE | ED | F | 14 | 0 | 7 | FE | 39 | 54 |
| Octal | 311 | 276 | 355 | 17 | 24 | 0 | 7 | 376 | 71 | 124 |
| Binary | 11001001 | 10111110 | 11101101 | 1111 | 10100 | 0 | 111 | 11111110 | 111001 | 1010100 |
Color Harmonies of #C9BEED
Complementary color
Monochromatic Colors of #C9BEED
Black with #C9BEED
Text Example
Text Example
White with #C9BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BEED; }
p { color: rgb(201,190,237); }
H1.HeaderClassName
{
color: #C9BEED;
}
.AnyTagClassName
{
color: #C9BEED;
}
</style>
background-color css
<style>
a { background-color: #C9BEED; }
a { background-color: rgb(201,190,237); }
div.DivClassName
{
background-color: #C9BEED;
}
.BgClassName
{
background-color: #C9BEED;
}
</style>
border-color css
<style>
span { border-color: #C9BEED; }
span { border-color: rgb(201,190,237); }
td.TdClassName
{
border-color: #C9BEED;
}
.TagClassName
{
border-color: #C9BEED;
}
</style>