Shades of Melrose #C6B0E8
Tints of Melrose #C6B0E8
RGB
CMYK
RGB Variations
Color information
#C6B0E8 (or 0xC6B0E8) is known color: Melrose. HEX triplet: C6, B0 and E8. RGB value is (198,176,232). Sum of RGB (Red+Green+Blue) = 198+176+232=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 176 (69.14% from 255 or 29.04% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 232 - color contains mainly: blue. Hex color #C6B0E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6B0E8 is #394F17. Grayscale: #BCBCBC. Windows color (decimal): -3755800 or 15249606. OLE color: 15249606.
HSL color Cylindrical-coordinate representation of color #C6B0E8: hue angle of 263.57º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6B0E8 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 176 | 232 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.09 |
| HSL | 263.57º | 0.55% | 0.8% | - |
| HSV(B) | 263.57º | 0.24% | 0.91% | - |
| XYZ | 53.38 | 48.88 | 82.97 | - |
| YUV | 188.96 | 152.29 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 176 | 232 | 0.15 | 0.24 | 0 | 0.09 | 263.57 | 0.55 | 0.8 |
| Hex | C6 | B0 | E8 | F | 18 | 0 | 9 | 108 | 37 | 50 |
| Octal | 306 | 260 | 350 | 17 | 30 | 0 | 11 | 410 | 67 | 120 |
| Binary | 11000110 | 10110000 | 11101000 | 1111 | 11000 | 0 | 1001 | 100001000 | 110111 | 1010000 |
Color Harmonies of #C6B0E8
Complementary color
Monochromatic Colors of #C6B0E8
Black with #C6B0E8
Text Example
Text Example
White with #C6B0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B0E8; }
p { color: rgb(198,176,232); }
H1.HeaderClassName
{
color: #C6B0E8;
}
.AnyTagClassName
{
color: #C6B0E8;
}
</style>
background-color css
<style>
a { background-color: #C6B0E8; }
a { background-color: rgb(198,176,232); }
div.DivClassName
{
background-color: #C6B0E8;
}
.BgClassName
{
background-color: #C6B0E8;
}
</style>
border-color css
<style>
span { border-color: #C6B0E8; }
span { border-color: rgb(198,176,232); }
td.TdClassName
{
border-color: #C6B0E8;
}
.TagClassName
{
border-color: #C6B0E8;
}
</style>