Shades of Melrose #C7BEDD
Tints of Melrose #C7BEDD
RGB
CMYK
RGB Variations
Color information
#C7BEDD (or 0xC7BEDD) is known color: Melrose. HEX triplet: C7, BE and DD. RGB value is (199,190,221). Sum of RGB (Red+Green+Blue) = 199+190+221=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEDD is #384122. Grayscale: #C4C4C4. Windows color (decimal): -3686691 or 14532295. OLE color: 14532295.
HSL color Cylindrical-coordinate representation of color #C7BEDD: hue angle of 257.42º degrees, saturation: 0.31, 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 #C7BEDD is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 190 | 221 | - |
CMYK | 0.10 | 0.14 | 0 | 0.13 |
HSL | 257.42º | 0.31% | 0.81% | - |
HSV(B) | 257.42º | 0.14% | 0.87% | - |
XYZ | 55.02 | 54.19 | 75.97 | - |
YUV | 196.23 | 141.98 | 129.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 190 | 221 | 0.10 | 0.14 | 0 | 0.13 | 257.42 | 0.31 | 0.81 |
Hex | C7 | BE | DD | A | E | 0 | D | 101 | 1F | 51 |
Octal | 307 | 276 | 335 | 12 | 16 | 0 | 15 | 401 | 37 | 121 |
Binary | 11000111 | 10111110 | 11011101 | 1010 | 1110 | 0 | 1101 | 100000001 | 11111 | 1010001 |
Color Harmonies of #C7BEDD
Complementary color
Monochromatic Colors of #C7BEDD
Black with #C7BEDD
Text Example
Text Example
White with #C7BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BEDD; }
p { color: rgb(199,190,221); }
H1.HeaderClassName
{
color: #C7BEDD;
}
.AnyTagClassName
{
color: #C7BEDD;
}
</style>
background-color css
<style>
a { background-color: #C7BEDD; }
a { background-color: rgb(199,190,221); }
div.DivClassName
{
background-color: #C7BEDD;
}
.BgClassName
{
background-color: #C7BEDD;
}
</style>
border-color css
<style>
span { border-color: #C7BEDD; }
span { border-color: rgb(199,190,221); }
td.TdClassName
{
border-color: #C7BEDD;
}
.TagClassName
{
border-color: #C7BEDD;
}
</style>