Shades of Melrose #C9BDEB
Tints of Melrose #C9BDEB
RGB
CMYK
RGB Variations
Color information
#C9BDEB (or 0xC9BDEB) is known color: Melrose. HEX triplet: C9, BD and EB. RGB value is (201,189,235). Sum of RGB (Red+Green+Blue) = 201+189+235=625 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.16% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BDEB is #364214. Grayscale: #C5C5C5. Windows color (decimal): -3555861 or 15449545. OLE color: 15449545.
HSL color Cylindrical-coordinate representation of color #C9BDEB: hue angle of 255.65º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9BDEB is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 189 | 235 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.08 |
| HSL | 255.65º | 0.53% | 0.83% | - |
| HSV(B) | 255.65º | 0.2% | 0.92% | - |
| XYZ | 57.28 | 54.81 | 86.16 | - |
| YUV | 197.83 | 148.98 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 235 | 0.14 | 0.20 | 0 | 0.08 | 255.65 | 0.53 | 0.83 |
| Hex | C9 | BD | EB | E | 14 | 0 | 8 | 100 | 35 | 53 |
| Octal | 311 | 275 | 353 | 16 | 24 | 0 | 10 | 400 | 65 | 123 |
| Binary | 11001001 | 10111101 | 11101011 | 1110 | 10100 | 0 | 1000 | 100000000 | 110101 | 1010011 |
Color Harmonies of #C9BDEB
Complementary color
Monochromatic Colors of #C9BDEB
Black with #C9BDEB
Text Example
Text Example
White with #C9BDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BDEB; }
p { color: rgb(201,189,235); }
H1.HeaderClassName
{
color: #C9BDEB;
}
.AnyTagClassName
{
color: #C9BDEB;
}
</style>
background-color css
<style>
a { background-color: #C9BDEB; }
a { background-color: rgb(201,189,235); }
div.DivClassName
{
background-color: #C9BDEB;
}
.BgClassName
{
background-color: #C9BDEB;
}
</style>
border-color css
<style>
span { border-color: #C9BDEB; }
span { border-color: rgb(201,189,235); }
td.TdClassName
{
border-color: #C9BDEB;
}
.TagClassName
{
border-color: #C9BDEB;
}
</style>