Shades of Melrose #C5BFDD
Tints of Melrose #C5BFDD
RGB
CMYK
RGB Variations
Color information
#C5BFDD (or 0xC5BFDD) is known color: Melrose. HEX triplet: C5, BF and DD. RGB value is (197,191,221). Sum of RGB (Red+Green+Blue) = 197+191+221=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFDD is #3A4022. Grayscale: #C4C4C4. Windows color (decimal): -3817507 or 14532549. OLE color: 14532549.
HSL color Cylindrical-coordinate representation of color #C5BFDD: hue angle of 252º degrees, saturation: 0.31, 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 #C5BFDD is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 191 | 221 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.13 |
| HSL | 252º | 0.31% | 0.81% | - |
| HSV(B) | 252º | 0.14% | 0.87% | - |
| XYZ | 54.71 | 54.35 | 76.01 | - |
| YUV | 196.21 | 141.99 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 221 | 0.11 | 0.14 | 0 | 0.13 | 252 | 0.31 | 0.81 |
| Hex | C5 | BF | DD | B | E | 0 | D | FC | 1F | 51 |
| Octal | 305 | 277 | 335 | 13 | 16 | 0 | 15 | 374 | 37 | 121 |
| Binary | 11000101 | 10111111 | 11011101 | 1011 | 1110 | 0 | 1101 | 11111100 | 11111 | 1010001 |
Color Harmonies of #C5BFDD
Complementary color
Monochromatic Colors of #C5BFDD
Black with #C5BFDD
Text Example
Text Example
White with #C5BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFDD; }
p { color: rgb(197,191,221); }
H1.HeaderClassName
{
color: #C5BFDD;
}
.AnyTagClassName
{
color: #C5BFDD;
}
</style>
background-color css
<style>
a { background-color: #C5BFDD; }
a { background-color: rgb(197,191,221); }
div.DivClassName
{
background-color: #C5BFDD;
}
.BgClassName
{
background-color: #C5BFDD;
}
</style>
border-color css
<style>
span { border-color: #C5BFDD; }
span { border-color: rgb(197,191,221); }
td.TdClassName
{
border-color: #C5BFDD;
}
.TagClassName
{
border-color: #C5BFDD;
}
</style>