Shades of Melrose #C9BBEF
Tints of Melrose #C9BBEF
RGB
CMYK
RGB Variations
Color information
#C9BBEF (or 0xC9BBEF) is known color: Melrose. HEX triplet: C9, BB and EF. RGB value is (201,187,239). Sum of RGB (Red+Green+Blue) = 201+187+239=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBEF is #364410. Grayscale: #C4C4C4. Windows color (decimal): -3556369 or 15711177. OLE color: 15711177.
HSL color Cylindrical-coordinate representation of color #C9BBEF: hue angle of 256.15º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9BBEF is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 187 | 239 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.06 |
| HSL | 256.15º | 0.62% | 0.84% | - |
| HSV(B) | 256.15º | 0.22% | 0.94% | - |
| XYZ | 57.44 | 54.19 | 89.09 | - |
| YUV | 197.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 239 | 0.16 | 0.22 | 0 | 0.06 | 256.15 | 0.62 | 0.84 |
| Hex | C9 | BB | EF | 10 | 16 | 0 | 6 | 100 | 3E | 54 |
| Octal | 311 | 273 | 357 | 20 | 26 | 0 | 6 | 400 | 76 | 124 |
| Binary | 11001001 | 10111011 | 11101111 | 10000 | 10110 | 0 | 110 | 100000000 | 111110 | 1010100 |
Color Harmonies of #C9BBEF
Complementary color
Monochromatic Colors of #C9BBEF
Black with #C9BBEF
Text Example
Text Example
White with #C9BBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBEF; }
p { color: rgb(201,187,239); }
H1.HeaderClassName
{
color: #C9BBEF;
}
.AnyTagClassName
{
color: #C9BBEF;
}
</style>
background-color css
<style>
a { background-color: #C9BBEF; }
a { background-color: rgb(201,187,239); }
div.DivClassName
{
background-color: #C9BBEF;
}
.BgClassName
{
background-color: #C9BBEF;
}
</style>
border-color css
<style>
span { border-color: #C9BBEF; }
span { border-color: rgb(201,187,239); }
td.TdClassName
{
border-color: #C9BBEF;
}
.TagClassName
{
border-color: #C9BBEF;
}
</style>