Shades of Melrose #C7BDE6
Tints of Melrose #C7BDE6
RGB
CMYK
RGB Variations
Color information
#C7BDE6 (or 0xC7BDE6) is known color: Melrose. HEX triplet: C7, BD and E6. RGB value is (199,189,230). Sum of RGB (Red+Green+Blue) = 199+189+230=618 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.20% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 230 - color contains mainly: blue. Hex color #C7BDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BDE6 is #384219. Grayscale: #C4C4C4. Windows color (decimal): -3686938 or 15121863. OLE color: 15121863.
HSL color Cylindrical-coordinate representation of color #C7BDE6: hue angle of 254.63º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7BDE6 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 189 | 230 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.10 |
| HSL | 254.63º | 0.45% | 0.82% | - |
| HSV(B) | 254.63º | 0.18% | 0.9% | - |
| XYZ | 56.03 | 54.25 | 82.38 | - |
| YUV | 196.66 | 146.81 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 230 | 0.13 | 0.18 | 0 | 0.10 | 254.63 | 0.45 | 0.82 |
| Hex | C7 | BD | E6 | D | 12 | 0 | A | FF | 2D | 52 |
| Octal | 307 | 275 | 346 | 15 | 22 | 0 | 12 | 377 | 55 | 122 |
| Binary | 11000111 | 10111101 | 11100110 | 1101 | 10010 | 0 | 1010 | 11111111 | 101101 | 1010010 |
Color Harmonies of #C7BDE6
Complementary color
Monochromatic Colors of #C7BDE6
Black with #C7BDE6
Text Example
Text Example
White with #C7BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BDE6; }
p { color: rgb(199,189,230); }
H1.HeaderClassName
{
color: #C7BDE6;
}
.AnyTagClassName
{
color: #C7BDE6;
}
</style>
background-color css
<style>
a { background-color: #C7BDE6; }
a { background-color: rgb(199,189,230); }
div.DivClassName
{
background-color: #C7BDE6;
}
.BgClassName
{
background-color: #C7BDE6;
}
</style>
border-color css
<style>
span { border-color: #C7BDE6; }
span { border-color: rgb(199,189,230); }
td.TdClassName
{
border-color: #C7BDE6;
}
.TagClassName
{
border-color: #C7BDE6;
}
</style>