Shades of Melrose #C6BBDD
Tints of Melrose #C6BBDD
RGB
CMYK
RGB Variations
Color information
#C6BBDD (or 0xC6BBDD) is known color: Melrose. HEX triplet: C6, BB and DD. RGB value is (198,187,221). Sum of RGB (Red+Green+Blue) = 198+187+221=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBDD is #394422. Grayscale: #C2C2C2. Windows color (decimal): -3752995 or 14531526. OLE color: 14531526.
HSL color Cylindrical-coordinate representation of color #C6BBDD: hue angle of 259.41º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6BBDD is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 187 | 221 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.13 |
| HSL | 259.41º | 0.33% | 0.8% | - |
| HSV(B) | 259.41º | 0.15% | 0.87% | - |
| XYZ | 54.11 | 52.77 | 75.74 | - |
| YUV | 194.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 221 | 0.10 | 0.15 | 0 | 0.13 | 259.41 | 0.33 | 0.8 |
| Hex | C6 | BB | DD | A | F | 0 | D | 103 | 21 | 50 |
| Octal | 306 | 273 | 335 | 12 | 17 | 0 | 15 | 403 | 41 | 120 |
| Binary | 11000110 | 10111011 | 11011101 | 1010 | 1111 | 0 | 1101 | 100000011 | 100001 | 1010000 |
Color Harmonies of #C6BBDD
Complementary color
Monochromatic Colors of #C6BBDD
Black with #C6BBDD
Text Example
Text Example
White with #C6BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BBDD; }
p { color: rgb(198,187,221); }
H1.HeaderClassName
{
color: #C6BBDD;
}
.AnyTagClassName
{
color: #C6BBDD;
}
</style>
background-color css
<style>
a { background-color: #C6BBDD; }
a { background-color: rgb(198,187,221); }
div.DivClassName
{
background-color: #C6BBDD;
}
.BgClassName
{
background-color: #C6BBDD;
}
</style>
border-color css
<style>
span { border-color: #C6BBDD; }
span { border-color: rgb(198,187,221); }
td.TdClassName
{
border-color: #C6BBDD;
}
.TagClassName
{
border-color: #C6BBDD;
}
</style>