Shades of Melrose #C5BFDC
Tints of Melrose #C5BFDC
RGB
CMYK
RGB Variations
Color information
#C5BFDC (or 0xC5BFDC) is known color: Melrose. HEX triplet: C5, BF and DC. RGB value is (197,191,220). Sum of RGB (Red+Green+Blue) = 197+191+220=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFDC is #3A4023. Grayscale: #C3C3C3. Windows color (decimal): -3817508 or 14467013. OLE color: 14467013.
HSL color Cylindrical-coordinate representation of color #C5BFDC: hue angle of 252.41º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5BFDC is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 191 | 220 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.14 |
| HSL | 252.41º | 0.29% | 0.81% | - |
| HSV(B) | 252.41º | 0.13% | 0.86% | - |
| XYZ | 54.58 | 54.3 | 75.31 | - |
| YUV | 196.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 220 | 0.10 | 0.13 | 0 | 0.14 | 252.41 | 0.29 | 0.81 |
| Hex | C5 | BF | DC | A | D | 0 | E | FC | 1D | 51 |
| Octal | 305 | 277 | 334 | 12 | 15 | 0 | 16 | 374 | 35 | 121 |
| Binary | 11000101 | 10111111 | 11011100 | 1010 | 1101 | 0 | 1110 | 11111100 | 11101 | 1010001 |
Color Harmonies of #C5BFDC
Complementary color
Monochromatic Colors of #C5BFDC
Black with #C5BFDC
Text Example
Text Example
White with #C5BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFDC; }
p { color: rgb(197,191,220); }
H1.HeaderClassName
{
color: #C5BFDC;
}
.AnyTagClassName
{
color: #C5BFDC;
}
</style>
background-color css
<style>
a { background-color: #C5BFDC; }
a { background-color: rgb(197,191,220); }
div.DivClassName
{
background-color: #C5BFDC;
}
.BgClassName
{
background-color: #C5BFDC;
}
</style>
border-color css
<style>
span { border-color: #C5BFDC; }
span { border-color: rgb(197,191,220); }
td.TdClassName
{
border-color: #C5BFDC;
}
.TagClassName
{
border-color: #C5BFDC;
}
</style>