Shades of Melrose #CDC7DD
Tints of Melrose #CDC7DD
RGB
CMYK
RGB Variations
Color information
#CDC7DD (or 0xCDC7DD) is known color: Melrose. HEX triplet: CD, C7 and DD. RGB value is (205,199,221). Sum of RGB (Red+Green+Blue) = 205+199+221=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDC7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC7DD is #323822. Grayscale: #CBCBCB. Windows color (decimal): -3291171 or 14534605. OLE color: 14534605.
HSL color Cylindrical-coordinate representation of color #CDC7DD: hue angle of 256.36º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDC7DD is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 199 | 221 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.13 |
| HSL | 256.36º | 0.24% | 0.82% | - |
| HSV(B) | 256.36º | 0.1% | 0.87% | - |
| XYZ | 58.65 | 59.05 | 76.71 | - |
| YUV | 203.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 221 | 0.07 | 0.10 | 0 | 0.13 | 256.36 | 0.24 | 0.82 |
| Hex | CD | C7 | DD | 7 | A | 0 | D | 100 | 18 | 52 |
| Octal | 315 | 307 | 335 | 7 | 12 | 0 | 15 | 400 | 30 | 122 |
| Binary | 11001101 | 11000111 | 11011101 | 111 | 1010 | 0 | 1101 | 100000000 | 11000 | 1010010 |
Color Harmonies of #CDC7DD
Complementary color
Monochromatic Colors of #CDC7DD
Black with #CDC7DD
Text Example
Text Example
White with #CDC7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC7DD; }
p { color: rgb(205,199,221); }
H1.HeaderClassName
{
color: #CDC7DD;
}
.AnyTagClassName
{
color: #CDC7DD;
}
</style>
background-color css
<style>
a { background-color: #CDC7DD; }
a { background-color: rgb(205,199,221); }
div.DivClassName
{
background-color: #CDC7DD;
}
.BgClassName
{
background-color: #CDC7DD;
}
</style>
border-color css
<style>
span { border-color: #CDC7DD; }
span { border-color: rgb(205,199,221); }
td.TdClassName
{
border-color: #CDC7DD;
}
.TagClassName
{
border-color: #CDC7DD;
}
</style>