Shades of Melrose #C7B9DD
Tints of Melrose #C7B9DD
RGB
CMYK
RGB Variations
Color information
#C7B9DD (or 0xC7B9DD) is known color: Melrose. HEX triplet: C7, B9 and DD. RGB value is (199,185,221). Sum of RGB (Red+Green+Blue) = 199+185+221=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7B9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B9DD is #384622. Grayscale: #C1C1C1. Windows color (decimal): -3687971 or 14531015. OLE color: 14531015.
HSL color Cylindrical-coordinate representation of color #C7B9DD: hue angle of 263.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7B9DD is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 185 | 221 | - |
CMYK | 0.10 | 0.16 | 0 | 0.13 |
HSL | 263.33º | 0.35% | 0.8% | - |
HSV(B) | 263.33º | 0.16% | 0.87% | - |
XYZ | 53.95 | 52.06 | 75.61 | - |
YUV | 193.29 | 143.64 | 132.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 185 | 221 | 0.10 | 0.16 | 0 | 0.13 | 263.33 | 0.35 | 0.8 |
Hex | C7 | B9 | DD | A | 10 | 0 | D | 107 | 23 | 50 |
Octal | 307 | 271 | 335 | 12 | 20 | 0 | 15 | 407 | 43 | 120 |
Binary | 11000111 | 10111001 | 11011101 | 1010 | 10000 | 0 | 1101 | 100000111 | 100011 | 1010000 |
Color Harmonies of #C7B9DD
Complementary color
Monochromatic Colors of #C7B9DD
Black with #C7B9DD
Text Example
Text Example
White with #C7B9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B9DD; }
p { color: rgb(199,185,221); }
H1.HeaderClassName
{
color: #C7B9DD;
}
.AnyTagClassName
{
color: #C7B9DD;
}
</style>
background-color css
<style>
a { background-color: #C7B9DD; }
a { background-color: rgb(199,185,221); }
div.DivClassName
{
background-color: #C7B9DD;
}
.BgClassName
{
background-color: #C7B9DD;
}
</style>
border-color css
<style>
span { border-color: #C7B9DD; }
span { border-color: rgb(199,185,221); }
td.TdClassName
{
border-color: #C7B9DD;
}
.TagClassName
{
border-color: #C7B9DD;
}
</style>