Shades of Melrose #C6B8E7
Tints of Melrose #C6B8E7
RGB
CMYK
RGB Variations
Color information
#C6B8E7 (or 0xC6B8E7) is known color: Melrose. HEX triplet: C6, B8 and E7. RGB value is (198,184,231). Sum of RGB (Red+Green+Blue) = 198+184+231=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 231 (90.62% from 255 or 37.68% from 613); Max value from RGB is 231 - color contains mainly: blue. Hex color #C6B8E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B8E7 is #394718. Grayscale: #C1C1C1. Windows color (decimal): -3753753 or 15186118. OLE color: 15186118.
HSL color Cylindrical-coordinate representation of color #C6B8E7: hue angle of 257.87º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6B8E7 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 184 | 231 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.09 |
| HSL | 257.87º | 0.49% | 0.81% | - |
| HSV(B) | 257.87º | 0.2% | 0.91% | - |
| XYZ | 54.85 | 52.06 | 82.76 | - |
| YUV | 193.54 | 149.14 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 184 | 231 | 0.14 | 0.20 | 0 | 0.09 | 257.87 | 0.49 | 0.81 |
| Hex | C6 | B8 | E7 | E | 14 | 0 | 9 | 102 | 31 | 51 |
| Octal | 306 | 270 | 347 | 16 | 24 | 0 | 11 | 402 | 61 | 121 |
| Binary | 11000110 | 10111000 | 11100111 | 1110 | 10100 | 0 | 1001 | 100000010 | 110001 | 1010001 |
Color Harmonies of #C6B8E7
Complementary color
Monochromatic Colors of #C6B8E7
Black with #C6B8E7
Text Example
Text Example
White with #C6B8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B8E7; }
p { color: rgb(198,184,231); }
H1.HeaderClassName
{
color: #C6B8E7;
}
.AnyTagClassName
{
color: #C6B8E7;
}
</style>
background-color css
<style>
a { background-color: #C6B8E7; }
a { background-color: rgb(198,184,231); }
div.DivClassName
{
background-color: #C6B8E7;
}
.BgClassName
{
background-color: #C6B8E7;
}
</style>
border-color css
<style>
span { border-color: #C6B8E7; }
span { border-color: rgb(198,184,231); }
td.TdClassName
{
border-color: #C6B8E7;
}
.TagClassName
{
border-color: #C6B8E7;
}
</style>