Shades of Melrose #C9BDEC
Tints of Melrose #C9BDEC
RGB
CMYK
RGB Variations
Color information
#C9BDEC (or 0xC9BDEC) is known color: Melrose. HEX triplet: C9, BD and EC. RGB value is (201,189,236). Sum of RGB (Red+Green+Blue) = 201+189+236=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9BDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BDEC is #364213. Grayscale: #C5C5C5. Windows color (decimal): -3555860 or 15515081. OLE color: 15515081.
HSL color Cylindrical-coordinate representation of color #C9BDEC: hue angle of 255.32º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9BDEC is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 189 | 236 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.07 |
| HSL | 255.32º | 0.55% | 0.83% | - |
| HSV(B) | 255.32º | 0.2% | 0.93% | - |
| XYZ | 57.43 | 54.87 | 86.92 | - |
| YUV | 197.95 | 149.48 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 236 | 0.15 | 0.20 | 0 | 0.07 | 255.32 | 0.55 | 0.83 |
| Hex | C9 | BD | EC | F | 14 | 0 | 7 | FF | 37 | 53 |
| Octal | 311 | 275 | 354 | 17 | 24 | 0 | 7 | 377 | 67 | 123 |
| Binary | 11001001 | 10111101 | 11101100 | 1111 | 10100 | 0 | 111 | 11111111 | 110111 | 1010011 |
Color Harmonies of #C9BDEC
Complementary color
Monochromatic Colors of #C9BDEC
Black with #C9BDEC
Text Example
Text Example
White with #C9BDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BDEC; }
p { color: rgb(201,189,236); }
H1.HeaderClassName
{
color: #C9BDEC;
}
.AnyTagClassName
{
color: #C9BDEC;
}
</style>
background-color css
<style>
a { background-color: #C9BDEC; }
a { background-color: rgb(201,189,236); }
div.DivClassName
{
background-color: #C9BDEC;
}
.BgClassName
{
background-color: #C9BDEC;
}
</style>
border-color css
<style>
span { border-color: #C9BDEC; }
span { border-color: rgb(201,189,236); }
td.TdClassName
{
border-color: #C9BDEC;
}
.TagClassName
{
border-color: #C9BDEC;
}
</style>