Shades of Melrose #C7BDF2
Tints of Melrose #C7BDF2
RGB
CMYK
RGB Variations
Color information
#C7BDF2 (or 0xC7BDF2) is known color: Melrose. HEX triplet: C7, BD and F2. RGB value is (199,189,242). Sum of RGB (Red+Green+Blue) = 199+189+242=630 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.59% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #C7BDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BDF2 is #38420D. Grayscale: #C5C5C5. Windows color (decimal): -3686926 or 15908295. OLE color: 15908295.
HSL color Cylindrical-coordinate representation of color #C7BDF2: hue angle of 251.32º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7BDF2 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 189 | 242 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.05 |
| HSL | 251.32º | 0.67% | 0.85% | - |
| HSV(B) | 251.32º | 0.22% | 0.95% | - |
| XYZ | 57.78 | 54.95 | 91.57 | - |
| YUV | 198.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 242 | 0.18 | 0.22 | 0 | 0.05 | 251.32 | 0.67 | 0.85 |
| Hex | C7 | BD | F2 | 12 | 16 | 0 | 5 | FB | 43 | 55 |
| Octal | 307 | 275 | 362 | 22 | 26 | 0 | 5 | 373 | 103 | 125 |
| Binary | 11000111 | 10111101 | 11110010 | 10010 | 10110 | 0 | 101 | 11111011 | 1000011 | 1010101 |
Color Harmonies of #C7BDF2
Complementary color
Monochromatic Colors of #C7BDF2
Black with #C7BDF2
Text Example
Text Example
White with #C7BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BDF2; }
p { color: rgb(199,189,242); }
H1.HeaderClassName
{
color: #C7BDF2;
}
.AnyTagClassName
{
color: #C7BDF2;
}
</style>
background-color css
<style>
a { background-color: #C7BDF2; }
a { background-color: rgb(199,189,242); }
div.DivClassName
{
background-color: #C7BDF2;
}
.BgClassName
{
background-color: #C7BDF2;
}
</style>
border-color css
<style>
span { border-color: #C7BDF2; }
span { border-color: rgb(199,189,242); }
td.TdClassName
{
border-color: #C7BDF2;
}
.TagClassName
{
border-color: #C7BDF2;
}
</style>