Shades of Melrose #C7BDF0
Tints of Melrose #C7BDF0
RGB
CMYK
RGB Variations
Color information
#C7BDF0 (or 0xC7BDF0) is known color: Melrose. HEX triplet: C7, BD and F0. RGB value is (199,189,240). Sum of RGB (Red+Green+Blue) = 199+189+240=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 240 - color contains mainly: blue. Hex color #C7BDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BDF0 is #38420F. Grayscale: #C5C5C5. Windows color (decimal): -3686928 or 15777223. OLE color: 15777223.
HSL color Cylindrical-coordinate representation of color #C7BDF0: hue angle of 251.76º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7BDF0 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 189 | 240 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.06 |
| HSL | 251.76º | 0.63% | 0.84% | - |
| HSV(B) | 251.76º | 0.21% | 0.94% | - |
| XYZ | 57.48 | 54.83 | 89.99 | - |
| YUV | 197.8 | 151.81 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 240 | 0.17 | 0.21 | 0 | 0.06 | 251.76 | 0.63 | 0.84 |
| Hex | C7 | BD | F0 | 11 | 15 | 0 | 6 | FC | 3F | 54 |
| Octal | 307 | 275 | 360 | 21 | 25 | 0 | 6 | 374 | 77 | 124 |
| Binary | 11000111 | 10111101 | 11110000 | 10001 | 10101 | 0 | 110 | 11111100 | 111111 | 1010100 |
Color Harmonies of #C7BDF0
Complementary color
Monochromatic Colors of #C7BDF0
Black with #C7BDF0
Text Example
Text Example
White with #C7BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BDF0; }
p { color: rgb(199,189,240); }
H1.HeaderClassName
{
color: #C7BDF0;
}
.AnyTagClassName
{
color: #C7BDF0;
}
</style>
background-color css
<style>
a { background-color: #C7BDF0; }
a { background-color: rgb(199,189,240); }
div.DivClassName
{
background-color: #C7BDF0;
}
.BgClassName
{
background-color: #C7BDF0;
}
</style>
border-color css
<style>
span { border-color: #C7BDF0; }
span { border-color: rgb(199,189,240); }
td.TdClassName
{
border-color: #C7BDF0;
}
.TagClassName
{
border-color: #C7BDF0;
}
</style>