Shades of Melrose #CDC8D6
Tints of Melrose #CDC8D6
RGB
CMYK
RGB Variations
Color information
#CDC8D6 (or 0xCDC8D6) is known color: Melrose. HEX triplet: CD, C8 and D6. RGB value is (205,200,214). Sum of RGB (Red+Green+Blue) = 205+200+214=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDC8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8D6 is #323729. Grayscale: #CBCBCB. Windows color (decimal): -3290922 or 14076109. OLE color: 14076109.
HSL color Cylindrical-coordinate representation of color #CDC8D6: hue angle of 261.43º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDC8D6 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 200 | 214 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.16 |
| HSL | 261.43º | 0.15% | 0.81% | - |
| HSV(B) | 261.43º | 0.07% | 0.84% | - |
| XYZ | 57.97 | 59.14 | 71.98 | - |
| YUV | 203.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 214 | 0.04 | 0.07 | 0 | 0.16 | 261.43 | 0.15 | 0.81 |
| Hex | CD | C8 | D6 | 4 | 7 | 0 | 10 | 105 | F | 51 |
| Octal | 315 | 310 | 326 | 4 | 7 | 0 | 20 | 405 | 17 | 121 |
| Binary | 11001101 | 11001000 | 11010110 | 100 | 111 | 0 | 10000 | 100000101 | 1111 | 1010001 |
Color Harmonies of #CDC8D6
Complementary color
Monochromatic Colors of #CDC8D6
Black with #CDC8D6
Text Example
Text Example
White with #CDC8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC8D6; }
p { color: rgb(205,200,214); }
H1.HeaderClassName
{
color: #CDC8D6;
}
.AnyTagClassName
{
color: #CDC8D6;
}
</style>
background-color css
<style>
a { background-color: #CDC8D6; }
a { background-color: rgb(205,200,214); }
div.DivClassName
{
background-color: #CDC8D6;
}
.BgClassName
{
background-color: #CDC8D6;
}
</style>
border-color css
<style>
span { border-color: #CDC8D6; }
span { border-color: rgb(205,200,214); }
td.TdClassName
{
border-color: #CDC8D6;
}
.TagClassName
{
border-color: #CDC8D6;
}
</style>