Shades of Melrose #C7BDE2
Tints of Melrose #C7BDE2
RGB
CMYK
RGB Variations
Color information
#C7BDE2 (or 0xC7BDE2) is known color: Melrose. HEX triplet: C7, BD and E2. RGB value is (199,189,226). Sum of RGB (Red+Green+Blue) = 199+189+226=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 226 (88.67% from 255 or 36.81% from 614); Max value from RGB is 226 - color contains mainly: blue. Hex color #C7BDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDE2 is #38421D. Grayscale: #C4C4C4. Windows color (decimal): -3686942 or 14859719. OLE color: 14859719.
HSL color Cylindrical-coordinate representation of color #C7BDE2: hue angle of 256.22º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7BDE2 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 189 | 226 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.11 |
| HSL | 256.22º | 0.39% | 0.81% | - |
| HSV(B) | 256.22º | 0.16% | 0.89% | - |
| XYZ | 55.48 | 54.03 | 79.46 | - |
| YUV | 196.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 226 | 0.12 | 0.16 | 0 | 0.11 | 256.22 | 0.39 | 0.81 |
| Hex | C7 | BD | E2 | C | 10 | 0 | B | 100 | 27 | 51 |
| Octal | 307 | 275 | 342 | 14 | 20 | 0 | 13 | 400 | 47 | 121 |
| Binary | 11000111 | 10111101 | 11100010 | 1100 | 10000 | 0 | 1011 | 100000000 | 100111 | 1010001 |
Color Harmonies of #C7BDE2
Complementary color
Monochromatic Colors of #C7BDE2
Black with #C7BDE2
Text Example
Text Example
White with #C7BDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BDE2; }
p { color: rgb(199,189,226); }
H1.HeaderClassName
{
color: #C7BDE2;
}
.AnyTagClassName
{
color: #C7BDE2;
}
</style>
background-color css
<style>
a { background-color: #C7BDE2; }
a { background-color: rgb(199,189,226); }
div.DivClassName
{
background-color: #C7BDE2;
}
.BgClassName
{
background-color: #C7BDE2;
}
</style>
border-color css
<style>
span { border-color: #C7BDE2; }
span { border-color: rgb(199,189,226); }
td.TdClassName
{
border-color: #C7BDE2;
}
.TagClassName
{
border-color: #C7BDE2;
}
</style>