Shades of Melrose #C9BDE9
Tints of Melrose #C9BDE9
RGB
CMYK
RGB Variations
Color information
#C9BDE9 (or 0xC9BDE9) is known color: Melrose. HEX triplet: C9, BD and E9. RGB value is (201,189,233). Sum of RGB (Red+Green+Blue) = 201+189+233=623 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.26% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 233 (91.41% from 255 or 37.40% from 623); Max value from RGB is 233 - color contains mainly: blue. Hex color #C9BDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BDE9 is #364216. Grayscale: #C5C5C5. Windows color (decimal): -3555863 or 15318473. OLE color: 15318473.
HSL color Cylindrical-coordinate representation of color #C9BDE9: hue angle of 256.36º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9BDE9 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 189 | 233 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.09 |
| HSL | 256.36º | 0.5% | 0.83% | - |
| HSV(B) | 256.36º | 0.19% | 0.91% | - |
| XYZ | 56.99 | 54.7 | 84.64 | - |
| YUV | 197.6 | 147.98 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 233 | 0.14 | 0.19 | 0 | 0.09 | 256.36 | 0.5 | 0.83 |
| Hex | C9 | BD | E9 | E | 13 | 0 | 9 | 100 | 32 | 53 |
| Octal | 311 | 275 | 351 | 16 | 23 | 0 | 11 | 400 | 62 | 123 |
| Binary | 11001001 | 10111101 | 11101001 | 1110 | 10011 | 0 | 1001 | 100000000 | 110010 | 1010011 |
Color Harmonies of #C9BDE9
Complementary color
Monochromatic Colors of #C9BDE9
Black with #C9BDE9
Text Example
Text Example
White with #C9BDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BDE9; }
p { color: rgb(201,189,233); }
H1.HeaderClassName
{
color: #C9BDE9;
}
.AnyTagClassName
{
color: #C9BDE9;
}
</style>
background-color css
<style>
a { background-color: #C9BDE9; }
a { background-color: rgb(201,189,233); }
div.DivClassName
{
background-color: #C9BDE9;
}
.BgClassName
{
background-color: #C9BDE9;
}
</style>
border-color css
<style>
span { border-color: #C9BDE9; }
span { border-color: rgb(201,189,233); }
td.TdClassName
{
border-color: #C9BDE9;
}
.TagClassName
{
border-color: #C9BDE9;
}
</style>