Shades of Melrose #C6BDDD
Tints of Melrose #C6BDDD
RGB
CMYK
RGB Variations
Color information
#C6BDDD (or 0xC6BDDD) is known color: Melrose. HEX triplet: C6, BD and DD. RGB value is (198,189,221). Sum of RGB (Red+Green+Blue) = 198+189+221=608 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.57% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDDD is #394222. Grayscale: #C3C3C3. Windows color (decimal): -3752483 or 14532038. OLE color: 14532038.
HSL color Cylindrical-coordinate representation of color #C6BDDD: hue angle of 256.88º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6BDDD is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 189 | 221 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.13 |
| HSL | 256.88º | 0.32% | 0.8% | - |
| HSV(B) | 256.88º | 0.14% | 0.87% | - |
| XYZ | 54.54 | 53.62 | 75.88 | - |
| YUV | 195.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 221 | 0.10 | 0.14 | 0 | 0.13 | 256.88 | 0.32 | 0.8 |
| Hex | C6 | BD | DD | A | E | 0 | D | 101 | 20 | 50 |
| Octal | 306 | 275 | 335 | 12 | 16 | 0 | 15 | 401 | 40 | 120 |
| Binary | 11000110 | 10111101 | 11011101 | 1010 | 1110 | 0 | 1101 | 100000001 | 100000 | 1010000 |
Color Harmonies of #C6BDDD
Complementary color
Monochromatic Colors of #C6BDDD
Black with #C6BDDD
Text Example
Text Example
White with #C6BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BDDD; }
p { color: rgb(198,189,221); }
H1.HeaderClassName
{
color: #C6BDDD;
}
.AnyTagClassName
{
color: #C6BDDD;
}
</style>
background-color css
<style>
a { background-color: #C6BDDD; }
a { background-color: rgb(198,189,221); }
div.DivClassName
{
background-color: #C6BDDD;
}
.BgClassName
{
background-color: #C6BDDD;
}
</style>
border-color css
<style>
span { border-color: #C6BDDD; }
span { border-color: rgb(198,189,221); }
td.TdClassName
{
border-color: #C6BDDD;
}
.TagClassName
{
border-color: #C6BDDD;
}
</style>