Shades of Melrose #C7BDDC
Tints of Melrose #C7BDDC
RGB
CMYK
RGB Variations
Color information
#C7BDDC (or 0xC7BDDC) is known color: Melrose. HEX triplet: C7, BD and DC. RGB value is (199,189,220). Sum of RGB (Red+Green+Blue) = 199+189+220=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDDC is #384223. Grayscale: #C3C3C3. Windows color (decimal): -3686948 or 14466503. OLE color: 14466503.
HSL color Cylindrical-coordinate representation of color #C7BDDC: hue angle of 259.35º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7BDDC is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 189 | 220 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.14 |
| HSL | 259.35º | 0.31% | 0.8% | - |
| HSV(B) | 259.35º | 0.14% | 0.86% | - |
| XYZ | 54.67 | 53.7 | 75.19 | - |
| YUV | 195.52 | 141.81 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 220 | 0.10 | 0.14 | 0 | 0.14 | 259.35 | 0.31 | 0.8 |
| Hex | C7 | BD | DC | A | E | 0 | E | 103 | 1F | 50 |
| Octal | 307 | 275 | 334 | 12 | 16 | 0 | 16 | 403 | 37 | 120 |
| Binary | 11000111 | 10111101 | 11011100 | 1010 | 1110 | 0 | 1110 | 100000011 | 11111 | 1010000 |
Color Harmonies of #C7BDDC
Complementary color
Monochromatic Colors of #C7BDDC
Black with #C7BDDC
Text Example
Text Example
White with #C7BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BDDC; }
p { color: rgb(199,189,220); }
H1.HeaderClassName
{
color: #C7BDDC;
}
.AnyTagClassName
{
color: #C7BDDC;
}
</style>
background-color css
<style>
a { background-color: #C7BDDC; }
a { background-color: rgb(199,189,220); }
div.DivClassName
{
background-color: #C7BDDC;
}
.BgClassName
{
background-color: #C7BDDC;
}
</style>
border-color css
<style>
span { border-color: #C7BDDC; }
span { border-color: rgb(199,189,220); }
td.TdClassName
{
border-color: #C7BDDC;
}
.TagClassName
{
border-color: #C7BDDC;
}
</style>