Shades of Melrose #C7BDDE
Tints of Melrose #C7BDDE
RGB
CMYK
RGB Variations
Color information
#C7BDDE (or 0xC7BDDE) is known color: Melrose. HEX triplet: C7, BD and DE. RGB value is (199,189,222). Sum of RGB (Red+Green+Blue) = 199+189+222=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDDE is #384221. Grayscale: #C3C3C3. Windows color (decimal): -3686946 or 14597575. OLE color: 14597575.
HSL color Cylindrical-coordinate representation of color #C7BDDE: hue angle of 258.18º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7BDDE is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 189 | 222 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.13 |
| HSL | 258.18º | 0.33% | 0.81% | - |
| HSV(B) | 258.18º | 0.15% | 0.87% | - |
| XYZ | 54.94 | 53.81 | 76.6 | - |
| YUV | 195.75 | 142.81 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 222 | 0.10 | 0.15 | 0 | 0.13 | 258.18 | 0.33 | 0.81 |
| Hex | C7 | BD | DE | A | F | 0 | D | 102 | 21 | 51 |
| Octal | 307 | 275 | 336 | 12 | 17 | 0 | 15 | 402 | 41 | 121 |
| Binary | 11000111 | 10111101 | 11011110 | 1010 | 1111 | 0 | 1101 | 100000010 | 100001 | 1010001 |
Color Harmonies of #C7BDDE
Complementary color
Monochromatic Colors of #C7BDDE
Black with #C7BDDE
Text Example
Text Example
White with #C7BDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BDDE; }
p { color: rgb(199,189,222); }
H1.HeaderClassName
{
color: #C7BDDE;
}
.AnyTagClassName
{
color: #C7BDDE;
}
</style>
background-color css
<style>
a { background-color: #C7BDDE; }
a { background-color: rgb(199,189,222); }
div.DivClassName
{
background-color: #C7BDDE;
}
.BgClassName
{
background-color: #C7BDDE;
}
</style>
border-color css
<style>
span { border-color: #C7BDDE; }
span { border-color: rgb(199,189,222); }
td.TdClassName
{
border-color: #C7BDDE;
}
.TagClassName
{
border-color: #C7BDDE;
}
</style>