Shades of Melrose #CCC7DC
Tints of Melrose #CCC7DC
RGB
CMYK
RGB Variations
Color information
#CCC7DC (or 0xCCC7DC) is known color: Melrose. HEX triplet: CC, C7 and DC. RGB value is (204,199,220). Sum of RGB (Red+Green+Blue) = 204+199+220=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCC7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7DC is #333823. Grayscale: #CACACA. Windows color (decimal): -3356708 or 14469068. OLE color: 14469068.
HSL color Cylindrical-coordinate representation of color #CCC7DC: hue angle of 254.29º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCC7DC is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 199 | 220 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.14 |
| HSL | 254.29º | 0.23% | 0.82% | - |
| HSV(B) | 254.29º | 0.1% | 0.86% | - |
| XYZ | 58.24 | 58.85 | 76 | - |
| YUV | 202.89 | 137.66 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 220 | 0.07 | 0.10 | 0 | 0.14 | 254.29 | 0.23 | 0.82 |
| Hex | CC | C7 | DC | 7 | A | 0 | E | FE | 17 | 52 |
| Octal | 314 | 307 | 334 | 7 | 12 | 0 | 16 | 376 | 27 | 122 |
| Binary | 11001100 | 11000111 | 11011100 | 111 | 1010 | 0 | 1110 | 11111110 | 10111 | 1010010 |
Color Harmonies of #CCC7DC
Complementary color
Monochromatic Colors of #CCC7DC
Black with #CCC7DC
Text Example
Text Example
White with #CCC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7DC; }
p { color: rgb(204,199,220); }
H1.HeaderClassName
{
color: #CCC7DC;
}
.AnyTagClassName
{
color: #CCC7DC;
}
</style>
background-color css
<style>
a { background-color: #CCC7DC; }
a { background-color: rgb(204,199,220); }
div.DivClassName
{
background-color: #CCC7DC;
}
.BgClassName
{
background-color: #CCC7DC;
}
</style>
border-color css
<style>
span { border-color: #CCC7DC; }
span { border-color: rgb(204,199,220); }
td.TdClassName
{
border-color: #CCC7DC;
}
.TagClassName
{
border-color: #CCC7DC;
}
</style>