Shades of Melrose #C9BDE6
Tints of Melrose #C9BDE6
RGB
CMYK
RGB Variations
Color information
#C9BDE6 (or 0xC9BDE6) is known color: Melrose. HEX triplet: C9, BD and E6. RGB value is (201,189,230). Sum of RGB (Red+Green+Blue) = 201+189+230=620 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.42% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #C9BDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BDE6 is #364219. Grayscale: #C5C5C5. Windows color (decimal): -3555866 or 15121865. OLE color: 15121865.
HSL color Cylindrical-coordinate representation of color #C9BDE6: hue angle of 257.56º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9BDE6 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 189 | 230 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.10 |
| HSL | 257.56º | 0.45% | 0.82% | - |
| HSV(B) | 257.56º | 0.18% | 0.9% | - |
| XYZ | 56.57 | 54.53 | 82.41 | - |
| YUV | 197.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 230 | 0.13 | 0.18 | 0 | 0.10 | 257.56 | 0.45 | 0.82 |
| Hex | C9 | BD | E6 | D | 12 | 0 | A | 102 | 2D | 52 |
| Octal | 311 | 275 | 346 | 15 | 22 | 0 | 12 | 402 | 55 | 122 |
| Binary | 11001001 | 10111101 | 11100110 | 1101 | 10010 | 0 | 1010 | 100000010 | 101101 | 1010010 |
Color Harmonies of #C9BDE6
Complementary color
Monochromatic Colors of #C9BDE6
Black with #C9BDE6
Text Example
Text Example
White with #C9BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BDE6; }
p { color: rgb(201,189,230); }
H1.HeaderClassName
{
color: #C9BDE6;
}
.AnyTagClassName
{
color: #C9BDE6;
}
</style>
background-color css
<style>
a { background-color: #C9BDE6; }
a { background-color: rgb(201,189,230); }
div.DivClassName
{
background-color: #C9BDE6;
}
.BgClassName
{
background-color: #C9BDE6;
}
</style>
border-color css
<style>
span { border-color: #C9BDE6; }
span { border-color: rgb(201,189,230); }
td.TdClassName
{
border-color: #C9BDE6;
}
.TagClassName
{
border-color: #C9BDE6;
}
</style>