Shades of Melrose #C6BBDF
Tints of Melrose #C6BBDF
RGB
CMYK
RGB Variations
Color information
#C6BBDF (or 0xC6BBDF) is known color: Melrose. HEX triplet: C6, BB and DF. RGB value is (198,187,223). Sum of RGB (Red+Green+Blue) = 198+187+223=608 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.57% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBDF is #394420. Grayscale: #C2C2C2. Windows color (decimal): -3752993 or 14662598. OLE color: 14662598.
HSL color Cylindrical-coordinate representation of color #C6BBDF: hue angle of 258.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6BBDF is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 187 | 223 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.13 |
| HSL | 258.33º | 0.36% | 0.8% | - |
| HSV(B) | 258.33º | 0.16% | 0.87% | - |
| XYZ | 54.38 | 52.87 | 77.15 | - |
| YUV | 194.39 | 144.14 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 223 | 0.11 | 0.16 | 0 | 0.13 | 258.33 | 0.36 | 0.8 |
| Hex | C6 | BB | DF | B | 10 | 0 | D | 102 | 24 | 50 |
| Octal | 306 | 273 | 337 | 13 | 20 | 0 | 15 | 402 | 44 | 120 |
| Binary | 11000110 | 10111011 | 11011111 | 1011 | 10000 | 0 | 1101 | 100000010 | 100100 | 1010000 |
Color Harmonies of #C6BBDF
Complementary color
Monochromatic Colors of #C6BBDF
Black with #C6BBDF
Text Example
Text Example
White with #C6BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BBDF; }
p { color: rgb(198,187,223); }
H1.HeaderClassName
{
color: #C6BBDF;
}
.AnyTagClassName
{
color: #C6BBDF;
}
</style>
background-color css
<style>
a { background-color: #C6BBDF; }
a { background-color: rgb(198,187,223); }
div.DivClassName
{
background-color: #C6BBDF;
}
.BgClassName
{
background-color: #C6BBDF;
}
</style>
border-color css
<style>
span { border-color: #C6BBDF; }
span { border-color: rgb(198,187,223); }
td.TdClassName
{
border-color: #C6BBDF;
}
.TagClassName
{
border-color: #C6BBDF;
}
</style>