Shades of Melrose #C6BFDD
Tints of Melrose #C6BFDD
RGB
CMYK
RGB Variations
Color information
#C6BFDD (or 0xC6BFDD) is known color: Melrose. HEX triplet: C6, BF and DD. RGB value is (198,191,221). Sum of RGB (Red+Green+Blue) = 198+191+221=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFDD is #394022. Grayscale: #C4C4C4. Windows color (decimal): -3751971 or 14532550. OLE color: 14532550.
HSL color Cylindrical-coordinate representation of color #C6BFDD: hue angle of 254º 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 #C6BFDD is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 191 | 221 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.13 |
| HSL | 254º | 0.31% | 0.81% | - |
| HSV(B) | 254º | 0.14% | 0.87% | - |
| XYZ | 54.97 | 54.49 | 76.03 | - |
| YUV | 196.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 221 | 0.10 | 0.14 | 0 | 0.13 | 254 | 0.31 | 0.81 |
| Hex | C6 | BF | DD | A | E | 0 | D | FE | 1F | 51 |
| Octal | 306 | 277 | 335 | 12 | 16 | 0 | 15 | 376 | 37 | 121 |
| Binary | 11000110 | 10111111 | 11011101 | 1010 | 1110 | 0 | 1101 | 11111110 | 11111 | 1010001 |
Color Harmonies of #C6BFDD
Complementary color
Monochromatic Colors of #C6BFDD
Black with #C6BFDD
Text Example
Text Example
White with #C6BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BFDD; }
p { color: rgb(198,191,221); }
H1.HeaderClassName
{
color: #C6BFDD;
}
.AnyTagClassName
{
color: #C6BFDD;
}
</style>
background-color css
<style>
a { background-color: #C6BFDD; }
a { background-color: rgb(198,191,221); }
div.DivClassName
{
background-color: #C6BFDD;
}
.BgClassName
{
background-color: #C6BFDD;
}
</style>
border-color css
<style>
span { border-color: #C6BFDD; }
span { border-color: rgb(198,191,221); }
td.TdClassName
{
border-color: #C6BFDD;
}
.TagClassName
{
border-color: #C6BFDD;
}
</style>