Shades of Melrose #C6BAE4
Tints of Melrose #C6BAE4
RGB
CMYK
RGB Variations
Color information
#C6BAE4 (or 0xC6BAE4) is known color: Melrose. HEX triplet: C6, BA and E4. RGB value is (198,186,228). Sum of RGB (Red+Green+Blue) = 198+186+228=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #C6BAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BAE4 is #39451B. Grayscale: #C2C2C2. Windows color (decimal): -3753244 or 14990022. OLE color: 14990022.
HSL color Cylindrical-coordinate representation of color #C6BAE4: hue angle of 257.14º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6BAE4 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 186 | 228 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.11 |
| HSL | 257.14º | 0.44% | 0.81% | - |
| HSV(B) | 257.14º | 0.18% | 0.89% | - |
| XYZ | 54.85 | 52.73 | 80.68 | - |
| YUV | 194.38 | 146.98 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 228 | 0.13 | 0.18 | 0 | 0.11 | 257.14 | 0.44 | 0.81 |
| Hex | C6 | BA | E4 | D | 12 | 0 | B | 101 | 2C | 51 |
| Octal | 306 | 272 | 344 | 15 | 22 | 0 | 13 | 401 | 54 | 121 |
| Binary | 11000110 | 10111010 | 11100100 | 1101 | 10010 | 0 | 1011 | 100000001 | 101100 | 1010001 |
Color Harmonies of #C6BAE4
Complementary color
Monochromatic Colors of #C6BAE4
Black with #C6BAE4
Text Example
Text Example
White with #C6BAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BAE4; }
p { color: rgb(198,186,228); }
H1.HeaderClassName
{
color: #C6BAE4;
}
.AnyTagClassName
{
color: #C6BAE4;
}
</style>
background-color css
<style>
a { background-color: #C6BAE4; }
a { background-color: rgb(198,186,228); }
div.DivClassName
{
background-color: #C6BAE4;
}
.BgClassName
{
background-color: #C6BAE4;
}
</style>
border-color css
<style>
span { border-color: #C6BAE4; }
span { border-color: rgb(198,186,228); }
td.TdClassName
{
border-color: #C6BAE4;
}
.TagClassName
{
border-color: #C6BAE4;
}
</style>