Shades of Melrose #C7C2D8
Tints of Melrose #C7C2D8
RGB
CMYK
RGB Variations
Color information
#C7C2D8 (or 0xC7C2D8) is known color: Melrose. HEX triplet: C7, C2 and D8. RGB value is (199,194,216). Sum of RGB (Red+Green+Blue) = 199+194+216=609 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.68% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 216 - color contains mainly: blue. Hex color #C7C2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C2D8 is #383D27. Grayscale: #C5C5C5. Windows color (decimal): -3685672 or 14205639. OLE color: 14205639.
HSL color Cylindrical-coordinate representation of color #C7C2D8: hue angle of 253.64º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7C2D8 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 194 | 216 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.15 |
| HSL | 253.64º | 0.22% | 0.8% | - |
| HSV(B) | 253.64º | 0.1% | 0.85% | - |
| XYZ | 55.24 | 55.68 | 72.8 | - |
| YUV | 198 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 216 | 0.08 | 0.10 | 0 | 0.15 | 253.64 | 0.22 | 0.8 |
| Hex | C7 | C2 | D8 | 8 | A | 0 | F | FE | 16 | 50 |
| Octal | 307 | 302 | 330 | 10 | 12 | 0 | 17 | 376 | 26 | 120 |
| Binary | 11000111 | 11000010 | 11011000 | 1000 | 1010 | 0 | 1111 | 11111110 | 10110 | 1010000 |
Color Harmonies of #C7C2D8
Complementary color
Monochromatic Colors of #C7C2D8
Black with #C7C2D8
Text Example
Text Example
White with #C7C2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C2D8; }
p { color: rgb(199,194,216); }
H1.HeaderClassName
{
color: #C7C2D8;
}
.AnyTagClassName
{
color: #C7C2D8;
}
</style>
background-color css
<style>
a { background-color: #C7C2D8; }
a { background-color: rgb(199,194,216); }
div.DivClassName
{
background-color: #C7C2D8;
}
.BgClassName
{
background-color: #C7C2D8;
}
</style>
border-color css
<style>
span { border-color: #C7C2D8; }
span { border-color: rgb(199,194,216); }
td.TdClassName
{
border-color: #C7C2D8;
}
.TagClassName
{
border-color: #C7C2D8;
}
</style>