Shades of Melrose #C7BDDA
Tints of Melrose #C7BDDA
RGB
CMYK
RGB Variations
Color information
#C7BDDA (or 0xC7BDDA) is known color: Melrose. HEX triplet: C7, BD and DA. RGB value is (199,189,218). Sum of RGB (Red+Green+Blue) = 199+189+218=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7BDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDDA is #384225. Grayscale: #C3C3C3. Windows color (decimal): -3686950 or 14335431. OLE color: 14335431.
HSL color Cylindrical-coordinate representation of color #C7BDDA: hue angle of 260.69º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7BDDA is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 189 | 218 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.15 |
| HSL | 260.69º | 0.28% | 0.8% | - |
| HSV(B) | 260.69º | 0.13% | 0.85% | - |
| XYZ | 54.41 | 53.6 | 73.81 | - |
| YUV | 195.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 218 | 0.09 | 0.13 | 0 | 0.15 | 260.69 | 0.28 | 0.8 |
| Hex | C7 | BD | DA | 9 | D | 0 | F | 105 | 1C | 50 |
| Octal | 307 | 275 | 332 | 11 | 15 | 0 | 17 | 405 | 34 | 120 |
| Binary | 11000111 | 10111101 | 11011010 | 1001 | 1101 | 0 | 1111 | 100000101 | 11100 | 1010000 |
Color Harmonies of #C7BDDA
Complementary color
Monochromatic Colors of #C7BDDA
Black with #C7BDDA
Text Example
Text Example
White with #C7BDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BDDA; }
p { color: rgb(199,189,218); }
H1.HeaderClassName
{
color: #C7BDDA;
}
.AnyTagClassName
{
color: #C7BDDA;
}
</style>
background-color css
<style>
a { background-color: #C7BDDA; }
a { background-color: rgb(199,189,218); }
div.DivClassName
{
background-color: #C7BDDA;
}
.BgClassName
{
background-color: #C7BDDA;
}
</style>
border-color css
<style>
span { border-color: #C7BDDA; }
span { border-color: rgb(199,189,218); }
td.TdClassName
{
border-color: #C7BDDA;
}
.TagClassName
{
border-color: #C7BDDA;
}
</style>