Shades of Melrose #C9BBDE
Tints of Melrose #C9BBDE
RGB
CMYK
RGB Variations
Color information
#C9BBDE (or 0xC9BBDE) is known color: Melrose. HEX triplet: C9, BB and DE. RGB value is (201,187,222). Sum of RGB (Red+Green+Blue) = 201+187+222=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9BBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBDE is #364421. Grayscale: #C3C3C3. Windows color (decimal): -3556386 or 14597065. OLE color: 14597065.
HSL color Cylindrical-coordinate representation of color #C9BBDE: hue angle of 264º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9BBDE is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 187 | 222 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.13 |
| HSL | 264º | 0.35% | 0.8% | - |
| HSV(B) | 264º | 0.16% | 0.87% | - |
| XYZ | 55.04 | 53.23 | 76.48 | - |
| YUV | 195.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 222 | 0.09 | 0.16 | 0 | 0.13 | 264 | 0.35 | 0.8 |
| Hex | C9 | BB | DE | 9 | 10 | 0 | D | 108 | 23 | 50 |
| Octal | 311 | 273 | 336 | 11 | 20 | 0 | 15 | 410 | 43 | 120 |
| Binary | 11001001 | 10111011 | 11011110 | 1001 | 10000 | 0 | 1101 | 100001000 | 100011 | 1010000 |
Color Harmonies of #C9BBDE
Complementary color
Monochromatic Colors of #C9BBDE
Black with #C9BBDE
Text Example
Text Example
White with #C9BBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBDE; }
p { color: rgb(201,187,222); }
H1.HeaderClassName
{
color: #C9BBDE;
}
.AnyTagClassName
{
color: #C9BBDE;
}
</style>
background-color css
<style>
a { background-color: #C9BBDE; }
a { background-color: rgb(201,187,222); }
div.DivClassName
{
background-color: #C9BBDE;
}
.BgClassName
{
background-color: #C9BBDE;
}
</style>
border-color css
<style>
span { border-color: #C9BBDE; }
span { border-color: rgb(201,187,222); }
td.TdClassName
{
border-color: #C9BBDE;
}
.TagClassName
{
border-color: #C9BBDE;
}
</style>