Shades of Melrose #C6B9E7
Tints of Melrose #C6B9E7
RGB
CMYK
RGB Variations
Color information
#C6B9E7 (or 0xC6B9E7) is known color: Melrose. HEX triplet: C6, B9 and E7. RGB value is (198,185,231). Sum of RGB (Red+Green+Blue) = 198+185+231=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 231 (90.62% from 255 or 37.62% from 614); Max value from RGB is 231 - color contains mainly: blue. Hex color #C6B9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B9E7 is #394618. Grayscale: #C1C1C1. Windows color (decimal): -3753497 or 15186374. OLE color: 15186374.
HSL color Cylindrical-coordinate representation of color #C6B9E7: hue angle of 256.96º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6B9E7 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 185 | 231 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.09 |
| HSL | 256.96º | 0.49% | 0.82% | - |
| HSV(B) | 256.96º | 0.2% | 0.91% | - |
| XYZ | 55.06 | 52.47 | 82.83 | - |
| YUV | 194.13 | 148.81 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 185 | 231 | 0.14 | 0.20 | 0 | 0.09 | 256.96 | 0.49 | 0.82 |
| Hex | C6 | B9 | E7 | E | 14 | 0 | 9 | 101 | 31 | 52 |
| Octal | 306 | 271 | 347 | 16 | 24 | 0 | 11 | 401 | 61 | 122 |
| Binary | 11000110 | 10111001 | 11100111 | 1110 | 10100 | 0 | 1001 | 100000001 | 110001 | 1010010 |
Color Harmonies of #C6B9E7
Complementary color
Monochromatic Colors of #C6B9E7
Black with #C6B9E7
Text Example
Text Example
White with #C6B9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B9E7; }
p { color: rgb(198,185,231); }
H1.HeaderClassName
{
color: #C6B9E7;
}
.AnyTagClassName
{
color: #C6B9E7;
}
</style>
background-color css
<style>
a { background-color: #C6B9E7; }
a { background-color: rgb(198,185,231); }
div.DivClassName
{
background-color: #C6B9E7;
}
.BgClassName
{
background-color: #C6B9E7;
}
</style>
border-color css
<style>
span { border-color: #C6B9E7; }
span { border-color: rgb(198,185,231); }
td.TdClassName
{
border-color: #C6B9E7;
}
.TagClassName
{
border-color: #C6B9E7;
}
</style>