Shades of Melrose #C6BDE9
Tints of Melrose #C6BDE9
RGB
CMYK
RGB Variations
Color information
#C6BDE9 (or 0xC6BDE9) is known color: Melrose. HEX triplet: C6, BD and E9. RGB value is (198,189,233). Sum of RGB (Red+Green+Blue) = 198+189+233=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 233 - color contains mainly: blue. Hex color #C6BDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BDE9 is #394216. Grayscale: #C4C4C4. Windows color (decimal): -3752471 or 15318470. OLE color: 15318470.
HSL color Cylindrical-coordinate representation of color #C6BDE9: hue angle of 252.27º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6BDE9 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 189 | 233 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.09 |
| HSL | 252.27º | 0.5% | 0.83% | - |
| HSV(B) | 252.27º | 0.19% | 0.91% | - |
| XYZ | 56.19 | 54.28 | 84.61 | - |
| YUV | 196.71 | 148.48 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 233 | 0.15 | 0.19 | 0 | 0.09 | 252.27 | 0.5 | 0.83 |
| Hex | C6 | BD | E9 | F | 13 | 0 | 9 | FC | 32 | 53 |
| Octal | 306 | 275 | 351 | 17 | 23 | 0 | 11 | 374 | 62 | 123 |
| Binary | 11000110 | 10111101 | 11101001 | 1111 | 10011 | 0 | 1001 | 11111100 | 110010 | 1010011 |
Color Harmonies of #C6BDE9
Complementary color
Monochromatic Colors of #C6BDE9
Black with #C6BDE9
Text Example
Text Example
White with #C6BDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BDE9; }
p { color: rgb(198,189,233); }
H1.HeaderClassName
{
color: #C6BDE9;
}
.AnyTagClassName
{
color: #C6BDE9;
}
</style>
background-color css
<style>
a { background-color: #C6BDE9; }
a { background-color: rgb(198,189,233); }
div.DivClassName
{
background-color: #C6BDE9;
}
.BgClassName
{
background-color: #C6BDE9;
}
</style>
border-color css
<style>
span { border-color: #C6BDE9; }
span { border-color: rgb(198,189,233); }
td.TdClassName
{
border-color: #C6BDE9;
}
.TagClassName
{
border-color: #C6BDE9;
}
</style>