Shades of Melrose #C9BCF1
Tints of Melrose #C9BCF1
RGB
CMYK
RGB Variations
Color information
#C9BCF1 (or 0xC9BCF1) is known color: Melrose. HEX triplet: C9, BC and F1. RGB value is (201,188,241). Sum of RGB (Red+Green+Blue) = 201+188+241=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #C9BCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BCF1 is #36430E. Grayscale: #C5C5C5. Windows color (decimal): -3556111 or 15842505. OLE color: 15842505.
HSL color Cylindrical-coordinate representation of color #C9BCF1: hue angle of 254.72º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9BCF1 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 188 | 241 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.05 |
| HSL | 254.72º | 0.65% | 0.84% | - |
| HSV(B) | 254.72º | 0.22% | 0.95% | - |
| XYZ | 57.95 | 54.73 | 90.73 | - |
| YUV | 197.93 | 152.31 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 241 | 0.17 | 0.22 | 0 | 0.05 | 254.72 | 0.65 | 0.84 |
| Hex | C9 | BC | F1 | 11 | 16 | 0 | 5 | FF | 41 | 54 |
| Octal | 311 | 274 | 361 | 21 | 26 | 0 | 5 | 377 | 101 | 124 |
| Binary | 11001001 | 10111100 | 11110001 | 10001 | 10110 | 0 | 101 | 11111111 | 1000001 | 1010100 |
Color Harmonies of #C9BCF1
Complementary color
Monochromatic Colors of #C9BCF1
Black with #C9BCF1
Text Example
Text Example
White with #C9BCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCF1; }
p { color: rgb(201,188,241); }
H1.HeaderClassName
{
color: #C9BCF1;
}
.AnyTagClassName
{
color: #C9BCF1;
}
</style>
background-color css
<style>
a { background-color: #C9BCF1; }
a { background-color: rgb(201,188,241); }
div.DivClassName
{
background-color: #C9BCF1;
}
.BgClassName
{
background-color: #C9BCF1;
}
</style>
border-color css
<style>
span { border-color: #C9BCF1; }
span { border-color: rgb(201,188,241); }
td.TdClassName
{
border-color: #C9BCF1;
}
.TagClassName
{
border-color: #C9BCF1;
}
</style>