Shades of Melrose #C9BFE1
Tints of Melrose #C9BFE1
RGB
CMYK
RGB Variations
Color information
#C9BFE1 (or 0xC9BFE1) is known color: Melrose. HEX triplet: C9, BF and E1. RGB value is (201,191,225). Sum of RGB (Red+Green+Blue) = 201+191+225=617 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.58% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #C9BFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFE1 is #36401E. Grayscale: #C5C5C5. Windows color (decimal): -3555359 or 14794697. OLE color: 14794697.
HSL color Cylindrical-coordinate representation of color #C9BFE1: hue angle of 257.65º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9BFE1 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 191 | 225 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.12 |
| HSL | 257.65º | 0.36% | 0.82% | - |
| HSV(B) | 257.65º | 0.15% | 0.88% | - |
| XYZ | 56.31 | 55.12 | 78.9 | - |
| YUV | 197.87 | 143.31 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 225 | 0.11 | 0.15 | 0 | 0.12 | 257.65 | 0.36 | 0.82 |
| Hex | C9 | BF | E1 | B | F | 0 | C | 102 | 24 | 52 |
| Octal | 311 | 277 | 341 | 13 | 17 | 0 | 14 | 402 | 44 | 122 |
| Binary | 11001001 | 10111111 | 11100001 | 1011 | 1111 | 0 | 1100 | 100000010 | 100100 | 1010010 |
Color Harmonies of #C9BFE1
Complementary color
Monochromatic Colors of #C9BFE1
Black with #C9BFE1
Text Example
Text Example
White with #C9BFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFE1; }
p { color: rgb(201,191,225); }
H1.HeaderClassName
{
color: #C9BFE1;
}
.AnyTagClassName
{
color: #C9BFE1;
}
</style>
background-color css
<style>
a { background-color: #C9BFE1; }
a { background-color: rgb(201,191,225); }
div.DivClassName
{
background-color: #C9BFE1;
}
.BgClassName
{
background-color: #C9BFE1;
}
</style>
border-color css
<style>
span { border-color: #C9BFE1; }
span { border-color: rgb(201,191,225); }
td.TdClassName
{
border-color: #C9BFE1;
}
.TagClassName
{
border-color: #C9BFE1;
}
</style>