Shades of Melrose #C7BDE0
Tints of Melrose #C7BDE0
RGB
CMYK
RGB Variations
Color information
#C7BDE0 (or 0xC7BDE0) is known color: Melrose. HEX triplet: C7, BD and E0. RGB value is (199,189,224). Sum of RGB (Red+Green+Blue) = 199+189+224=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #C7BDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDE0 is #38421F. Grayscale: #C3C3C3. Windows color (decimal): -3686944 or 14728647. OLE color: 14728647.
HSL color Cylindrical-coordinate representation of color #C7BDE0: hue angle of 257.14º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7BDE0 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 189 | 224 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.12 |
| HSL | 257.14º | 0.36% | 0.81% | - |
| HSV(B) | 257.14º | 0.16% | 0.88% | - |
| XYZ | 55.21 | 53.92 | 78.02 | - |
| YUV | 195.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 224 | 0.11 | 0.16 | 0 | 0.12 | 257.14 | 0.36 | 0.81 |
| Hex | C7 | BD | E0 | B | 10 | 0 | C | 101 | 24 | 51 |
| Octal | 307 | 275 | 340 | 13 | 20 | 0 | 14 | 401 | 44 | 121 |
| Binary | 11000111 | 10111101 | 11100000 | 1011 | 10000 | 0 | 1100 | 100000001 | 100100 | 1010001 |
Color Harmonies of #C7BDE0
Complementary color
Monochromatic Colors of #C7BDE0
Black with #C7BDE0
Text Example
Text Example
White with #C7BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BDE0; }
p { color: rgb(199,189,224); }
H1.HeaderClassName
{
color: #C7BDE0;
}
.AnyTagClassName
{
color: #C7BDE0;
}
</style>
background-color css
<style>
a { background-color: #C7BDE0; }
a { background-color: rgb(199,189,224); }
div.DivClassName
{
background-color: #C7BDE0;
}
.BgClassName
{
background-color: #C7BDE0;
}
</style>
border-color css
<style>
span { border-color: #C7BDE0; }
span { border-color: rgb(199,189,224); }
td.TdClassName
{
border-color: #C7BDE0;
}
.TagClassName
{
border-color: #C7BDE0;
}
</style>