Shades of Melrose #C7BEDC
Tints of Melrose #C7BEDC
RGB
CMYK
RGB Variations
Color information
#C7BEDC (or 0xC7BEDC) is known color: Melrose. HEX triplet: C7, BE and DC. RGB value is (199,190,220). Sum of RGB (Red+Green+Blue) = 199+190+220=609 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.68% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEDC is #384123. Grayscale: #C3C3C3. Windows color (decimal): -3686692 or 14466759. OLE color: 14466759.
HSL color Cylindrical-coordinate representation of color #C7BEDC: hue angle of 258º 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 #C7BEDC is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 190 | 220 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.14 |
| HSL | 258º | 0.3% | 0.8% | - |
| HSV(B) | 258º | 0.14% | 0.86% | - |
| XYZ | 54.88 | 54.14 | 75.27 | - |
| YUV | 196.11 | 141.48 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 190 | 220 | 0.10 | 0.14 | 0 | 0.14 | 258 | 0.3 | 0.8 |
| Hex | C7 | BE | DC | A | E | 0 | E | 102 | 1E | 50 |
| Octal | 307 | 276 | 334 | 12 | 16 | 0 | 16 | 402 | 36 | 120 |
| Binary | 11000111 | 10111110 | 11011100 | 1010 | 1110 | 0 | 1110 | 100000010 | 11110 | 1010000 |
Color Harmonies of #C7BEDC
Complementary color
Monochromatic Colors of #C7BEDC
Black with #C7BEDC
Text Example
Text Example
White with #C7BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BEDC; }
p { color: rgb(199,190,220); }
H1.HeaderClassName
{
color: #C7BEDC;
}
.AnyTagClassName
{
color: #C7BEDC;
}
</style>
background-color css
<style>
a { background-color: #C7BEDC; }
a { background-color: rgb(199,190,220); }
div.DivClassName
{
background-color: #C7BEDC;
}
.BgClassName
{
background-color: #C7BEDC;
}
</style>
border-color css
<style>
span { border-color: #C7BEDC; }
span { border-color: rgb(199,190,220); }
td.TdClassName
{
border-color: #C7BEDC;
}
.TagClassName
{
border-color: #C7BEDC;
}
</style>