Shades of Melrose #C8BEDC
Tints of Melrose #C8BEDC
RGB
CMYK
RGB Variations
Color information
#C8BEDC (or 0xC8BEDC) is known color: Melrose. HEX triplet: C8, BE and DC. RGB value is (200,190,220). Sum of RGB (Red+Green+Blue) = 200+190+220=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEDC is #374123. Grayscale: #C4C4C4. Windows color (decimal): -3621156 or 14466760. OLE color: 14466760.
HSL color Cylindrical-coordinate representation of color #C8BEDC: hue angle of 260º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8BEDC is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 190 | 220 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.14 |
| HSL | 260º | 0.3% | 0.8% | - |
| HSV(B) | 260º | 0.14% | 0.86% | - |
| XYZ | 55.15 | 54.27 | 75.28 | - |
| YUV | 196.41 | 141.31 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 220 | 0.09 | 0.14 | 0 | 0.14 | 260 | 0.3 | 0.8 |
| Hex | C8 | BE | DC | 9 | E | 0 | E | 104 | 1E | 50 |
| Octal | 310 | 276 | 334 | 11 | 16 | 0 | 16 | 404 | 36 | 120 |
| Binary | 11001000 | 10111110 | 11011100 | 1001 | 1110 | 0 | 1110 | 100000100 | 11110 | 1010000 |
Color Harmonies of #C8BEDC
Complementary color
Monochromatic Colors of #C8BEDC
Black with #C8BEDC
Text Example
Text Example
White with #C8BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BEDC; }
p { color: rgb(200,190,220); }
H1.HeaderClassName
{
color: #C8BEDC;
}
.AnyTagClassName
{
color: #C8BEDC;
}
</style>
background-color css
<style>
a { background-color: #C8BEDC; }
a { background-color: rgb(200,190,220); }
div.DivClassName
{
background-color: #C8BEDC;
}
.BgClassName
{
background-color: #C8BEDC;
}
</style>
border-color css
<style>
span { border-color: #C8BEDC; }
span { border-color: rgb(200,190,220); }
td.TdClassName
{
border-color: #C8BEDC;
}
.TagClassName
{
border-color: #C8BEDC;
}
</style>