Shades of Melrose #C8B6E4
Tints of Melrose #C8B6E4
RGB
CMYK
RGB Variations
Color information
#C8B6E4 (or 0xC8B6E4) is known color: Melrose. HEX triplet: C8, B6 and E4. RGB value is (200,182,228). Sum of RGB (Red+Green+Blue) = 200+182+228=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 228 (89.45% from 255 or 37.38% from 610); Max value from RGB is 228 - color contains mainly: blue. Hex color #C8B6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B6E4 is #37491B. Grayscale: #C0C0C0. Windows color (decimal): -3623196 or 14989000. OLE color: 14989000.
HSL color Cylindrical-coordinate representation of color #C8B6E4: hue angle of 263.48º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8B6E4 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 182 | 228 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.11 |
| HSL | 263.48º | 0.46% | 0.8% | - |
| HSV(B) | 263.48º | 0.2% | 0.89% | - |
| XYZ | 54.55 | 51.34 | 80.43 | - |
| YUV | 192.63 | 147.96 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 182 | 228 | 0.12 | 0.20 | 0 | 0.11 | 263.48 | 0.46 | 0.8 |
| Hex | C8 | B6 | E4 | C | 14 | 0 | B | 107 | 2E | 50 |
| Octal | 310 | 266 | 344 | 14 | 24 | 0 | 13 | 407 | 56 | 120 |
| Binary | 11001000 | 10110110 | 11100100 | 1100 | 10100 | 0 | 1011 | 100000111 | 101110 | 1010000 |
Color Harmonies of #C8B6E4
Complementary color
Monochromatic Colors of #C8B6E4
Black with #C8B6E4
Text Example
Text Example
White with #C8B6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B6E4; }
p { color: rgb(200,182,228); }
H1.HeaderClassName
{
color: #C8B6E4;
}
.AnyTagClassName
{
color: #C8B6E4;
}
</style>
background-color css
<style>
a { background-color: #C8B6E4; }
a { background-color: rgb(200,182,228); }
div.DivClassName
{
background-color: #C8B6E4;
}
.BgClassName
{
background-color: #C8B6E4;
}
</style>
border-color css
<style>
span { border-color: #C8B6E4; }
span { border-color: rgb(200,182,228); }
td.TdClassName
{
border-color: #C8B6E4;
}
.TagClassName
{
border-color: #C8B6E4;
}
</style>