Shades of Melrose #CDC7DC
Tints of Melrose #CDC7DC
RGB
CMYK
RGB Variations
Color information
#CDC7DC (or 0xCDC7DC) is known color: Melrose. HEX triplet: CD, C7 and DC. RGB value is (205,199,220). Sum of RGB (Red+Green+Blue) = 205+199+220=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDC7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC7DC is #323823. Grayscale: #CBCBCB. Windows color (decimal): -3291172 or 14469069. OLE color: 14469069.
HSL color Cylindrical-coordinate representation of color #CDC7DC: hue angle of 257.14º 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 #CDC7DC is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 199 | 220 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.14 |
| HSL | 257.14º | 0.23% | 0.82% | - |
| HSV(B) | 257.14º | 0.1% | 0.86% | - |
| XYZ | 58.52 | 58.99 | 76.01 | - |
| YUV | 203.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 220 | 0.07 | 0.10 | 0 | 0.14 | 257.14 | 0.23 | 0.82 |
| Hex | CD | C7 | DC | 7 | A | 0 | E | 101 | 17 | 52 |
| Octal | 315 | 307 | 334 | 7 | 12 | 0 | 16 | 401 | 27 | 122 |
| Binary | 11001101 | 11000111 | 11011100 | 111 | 1010 | 0 | 1110 | 100000001 | 10111 | 1010010 |
Color Harmonies of #CDC7DC
Complementary color
Monochromatic Colors of #CDC7DC
Black with #CDC7DC
Text Example
Text Example
White with #CDC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC7DC; }
p { color: rgb(205,199,220); }
H1.HeaderClassName
{
color: #CDC7DC;
}
.AnyTagClassName
{
color: #CDC7DC;
}
</style>
background-color css
<style>
a { background-color: #CDC7DC; }
a { background-color: rgb(205,199,220); }
div.DivClassName
{
background-color: #CDC7DC;
}
.BgClassName
{
background-color: #CDC7DC;
}
</style>
border-color css
<style>
span { border-color: #CDC7DC; }
span { border-color: rgb(205,199,220); }
td.TdClassName
{
border-color: #CDC7DC;
}
.TagClassName
{
border-color: #CDC7DC;
}
</style>