Shades of Melrose #C9BFE3
Tints of Melrose #C9BFE3
RGB
CMYK
RGB Variations
Color information
#C9BFE3 (or 0xC9BFE3) is known color: Melrose. HEX triplet: C9, BF and E3. RGB value is (201,191,227). Sum of RGB (Red+Green+Blue) = 201+191+227=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 227 - color contains mainly: blue. Hex color #C9BFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFE3 is #36401C. Grayscale: #C5C5C5. Windows color (decimal): -3555357 or 14925769. OLE color: 14925769.
HSL color Cylindrical-coordinate representation of color #C9BFE3: hue angle of 256.67º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9BFE3 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 191 | 227 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.11 |
| HSL | 256.67º | 0.39% | 0.82% | - |
| HSV(B) | 256.67º | 0.16% | 0.89% | - |
| XYZ | 56.58 | 55.23 | 80.35 | - |
| YUV | 198.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 227 | 0.11 | 0.16 | 0 | 0.11 | 256.67 | 0.39 | 0.82 |
| Hex | C9 | BF | E3 | B | 10 | 0 | B | 101 | 27 | 52 |
| Octal | 311 | 277 | 343 | 13 | 20 | 0 | 13 | 401 | 47 | 122 |
| Binary | 11001001 | 10111111 | 11100011 | 1011 | 10000 | 0 | 1011 | 100000001 | 100111 | 1010010 |
Color Harmonies of #C9BFE3
Complementary color
Monochromatic Colors of #C9BFE3
Black with #C9BFE3
Text Example
Text Example
White with #C9BFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFE3; }
p { color: rgb(201,191,227); }
H1.HeaderClassName
{
color: #C9BFE3;
}
.AnyTagClassName
{
color: #C9BFE3;
}
</style>
background-color css
<style>
a { background-color: #C9BFE3; }
a { background-color: rgb(201,191,227); }
div.DivClassName
{
background-color: #C9BFE3;
}
.BgClassName
{
background-color: #C9BFE3;
}
</style>
border-color css
<style>
span { border-color: #C9BFE3; }
span { border-color: rgb(201,191,227); }
td.TdClassName
{
border-color: #C9BFE3;
}
.TagClassName
{
border-color: #C9BFE3;
}
</style>