Shades of Melrose #C9BDE2
Tints of Melrose #C9BDE2
RGB
CMYK
RGB Variations
Color information
#C9BDE2 (or 0xC9BDE2) is known color: Melrose. HEX triplet: C9, BD and E2. RGB value is (201,189,226). Sum of RGB (Red+Green+Blue) = 201+189+226=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 226 - color contains mainly: blue. Hex color #C9BDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDE2 is #36421D. Grayscale: #C4C4C4. Windows color (decimal): -3555870 or 14859721. OLE color: 14859721.
HSL color Cylindrical-coordinate representation of color #C9BDE2: hue angle of 259.46º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9BDE2 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 189 | 226 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.11 |
| HSL | 259.46º | 0.39% | 0.81% | - |
| HSV(B) | 259.46º | 0.16% | 0.89% | - |
| XYZ | 56.01 | 54.3 | 79.48 | - |
| YUV | 196.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 226 | 0.11 | 0.16 | 0 | 0.11 | 259.46 | 0.39 | 0.81 |
| Hex | C9 | BD | E2 | B | 10 | 0 | B | 103 | 27 | 51 |
| Octal | 311 | 275 | 342 | 13 | 20 | 0 | 13 | 403 | 47 | 121 |
| Binary | 11001001 | 10111101 | 11100010 | 1011 | 10000 | 0 | 1011 | 100000011 | 100111 | 1010001 |
Color Harmonies of #C9BDE2
Complementary color
Monochromatic Colors of #C9BDE2
Black with #C9BDE2
Text Example
Text Example
White with #C9BDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BDE2; }
p { color: rgb(201,189,226); }
H1.HeaderClassName
{
color: #C9BDE2;
}
.AnyTagClassName
{
color: #C9BDE2;
}
</style>
background-color css
<style>
a { background-color: #C9BDE2; }
a { background-color: rgb(201,189,226); }
div.DivClassName
{
background-color: #C9BDE2;
}
.BgClassName
{
background-color: #C9BDE2;
}
</style>
border-color css
<style>
span { border-color: #C9BDE2; }
span { border-color: rgb(201,189,226); }
td.TdClassName
{
border-color: #C9BDE2;
}
.TagClassName
{
border-color: #C9BDE2;
}
</style>