Shades of Melrose #C9BFDE
Tints of Melrose #C9BFDE
RGB
CMYK
RGB Variations
Color information
#C9BFDE (or 0xC9BFDE) is known color: Melrose. HEX triplet: C9, BF and DE. RGB value is (201,191,222). Sum of RGB (Red+Green+Blue) = 201+191+222=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFDE is #364021. Grayscale: #C5C5C5. Windows color (decimal): -3555362 or 14598089. OLE color: 14598089.
HSL color Cylindrical-coordinate representation of color #C9BFDE: hue angle of 259.35º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9BFDE is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 191 | 222 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.13 |
| HSL | 259.35º | 0.32% | 0.81% | - |
| HSV(B) | 259.35º | 0.14% | 0.87% | - |
| XYZ | 55.9 | 54.95 | 76.77 | - |
| YUV | 197.52 | 141.81 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 222 | 0.09 | 0.14 | 0 | 0.13 | 259.35 | 0.32 | 0.81 |
| Hex | C9 | BF | DE | 9 | E | 0 | D | 103 | 20 | 51 |
| Octal | 311 | 277 | 336 | 11 | 16 | 0 | 15 | 403 | 40 | 121 |
| Binary | 11001001 | 10111111 | 11011110 | 1001 | 1110 | 0 | 1101 | 100000011 | 100000 | 1010001 |
Color Harmonies of #C9BFDE
Complementary color
Monochromatic Colors of #C9BFDE
Black with #C9BFDE
Text Example
Text Example
White with #C9BFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFDE; }
p { color: rgb(201,191,222); }
H1.HeaderClassName
{
color: #C9BFDE;
}
.AnyTagClassName
{
color: #C9BFDE;
}
</style>
background-color css
<style>
a { background-color: #C9BFDE; }
a { background-color: rgb(201,191,222); }
div.DivClassName
{
background-color: #C9BFDE;
}
.BgClassName
{
background-color: #C9BFDE;
}
</style>
border-color css
<style>
span { border-color: #C9BFDE; }
span { border-color: rgb(201,191,222); }
td.TdClassName
{
border-color: #C9BFDE;
}
.TagClassName
{
border-color: #C9BFDE;
}
</style>