Shades of Melrose #C7BEDE
Tints of Melrose #C7BEDE
RGB
CMYK
RGB Variations
Color information
#C7BEDE (or 0xC7BEDE) is known color: Melrose. HEX triplet: C7, BE and DE. RGB value is (199,190,222). Sum of RGB (Red+Green+Blue) = 199+190+222=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7BEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEDE is #384121. Grayscale: #C4C4C4. Windows color (decimal): -3686690 or 14597831. OLE color: 14597831.
HSL color Cylindrical-coordinate representation of color #C7BEDE: hue angle of 256.88º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7BEDE is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 190 | 222 | - |
CMYK | 0.10 | 0.14 | 0 | 0.13 |
HSL | 256.88º | 0.33% | 0.81% | - |
HSV(B) | 256.88º | 0.14% | 0.87% | - |
XYZ | 55.15 | 54.24 | 76.67 | - |
YUV | 196.34 | 142.48 | 129.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 190 | 222 | 0.10 | 0.14 | 0 | 0.13 | 256.88 | 0.33 | 0.81 |
Hex | C7 | BE | DE | A | E | 0 | D | 101 | 21 | 51 |
Octal | 307 | 276 | 336 | 12 | 16 | 0 | 15 | 401 | 41 | 121 |
Binary | 11000111 | 10111110 | 11011110 | 1010 | 1110 | 0 | 1101 | 100000001 | 100001 | 1010001 |
Color Harmonies of #C7BEDE
Complementary color
Monochromatic Colors of #C7BEDE
Black with #C7BEDE
Text Example
Text Example
White with #C7BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BEDE; }
p { color: rgb(199,190,222); }
H1.HeaderClassName
{
color: #C7BEDE;
}
.AnyTagClassName
{
color: #C7BEDE;
}
</style>
background-color css
<style>
a { background-color: #C7BEDE; }
a { background-color: rgb(199,190,222); }
div.DivClassName
{
background-color: #C7BEDE;
}
.BgClassName
{
background-color: #C7BEDE;
}
</style>
border-color css
<style>
span { border-color: #C7BEDE; }
span { border-color: rgb(199,190,222); }
td.TdClassName
{
border-color: #C7BEDE;
}
.TagClassName
{
border-color: #C7BEDE;
}
</style>