Shades of Melrose #C7C2DD
Tints of Melrose #C7C2DD
RGB
CMYK
RGB Variations
Color information
#C7C2DD (or 0xC7C2DD) is known color: Melrose. HEX triplet: C7, C2 and DD. RGB value is (199,194,221). Sum of RGB (Red+Green+Blue) = 199+194+221=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7C2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C2DD is #383D22. Grayscale: #C6C6C6. Windows color (decimal): -3685667 or 14533319. OLE color: 14533319.
HSL color Cylindrical-coordinate representation of color #C7C2DD: hue angle of 251.11º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7C2DD is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 194 | 221 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.13 |
| HSL | 251.11º | 0.28% | 0.81% | - |
| HSV(B) | 251.11º | 0.12% | 0.87% | - |
| XYZ | 55.9 | 55.95 | 76.26 | - |
| YUV | 198.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 221 | 0.10 | 0.12 | 0 | 0.13 | 251.11 | 0.28 | 0.81 |
| Hex | C7 | C2 | DD | A | C | 0 | D | FB | 1C | 51 |
| Octal | 307 | 302 | 335 | 12 | 14 | 0 | 15 | 373 | 34 | 121 |
| Binary | 11000111 | 11000010 | 11011101 | 1010 | 1100 | 0 | 1101 | 11111011 | 11100 | 1010001 |
Color Harmonies of #C7C2DD
Complementary color
Monochromatic Colors of #C7C2DD
Black with #C7C2DD
Text Example
Text Example
White with #C7C2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C2DD; }
p { color: rgb(199,194,221); }
H1.HeaderClassName
{
color: #C7C2DD;
}
.AnyTagClassName
{
color: #C7C2DD;
}
</style>
background-color css
<style>
a { background-color: #C7C2DD; }
a { background-color: rgb(199,194,221); }
div.DivClassName
{
background-color: #C7C2DD;
}
.BgClassName
{
background-color: #C7C2DD;
}
</style>
border-color css
<style>
span { border-color: #C7C2DD; }
span { border-color: rgb(199,194,221); }
td.TdClassName
{
border-color: #C7C2DD;
}
.TagClassName
{
border-color: #C7C2DD;
}
</style>