Shades of Melrose #CDC9DD
Tints of Melrose #CDC9DD
RGB
CMYK
RGB Variations
Color information
#CDC9DD (or 0xCDC9DD) is known color: Melrose. HEX triplet: CD, C9 and DD. RGB value is (205,201,221). Sum of RGB (Red+Green+Blue) = 205+201+221=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDC9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9DD is #323622. Grayscale: #CCCCCC. Windows color (decimal): -3290659 or 14535117. OLE color: 14535117.
HSL color Cylindrical-coordinate representation of color #CDC9DD: hue angle of 252º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDC9DD is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 201 | 221 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.13 |
| HSL | 252º | 0.23% | 0.83% | - |
| HSV(B) | 252º | 0.09% | 0.87% | - |
| XYZ | 59.11 | 59.97 | 76.87 | - |
| YUV | 204.48 | 137.33 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 221 | 0.07 | 0.09 | 0 | 0.13 | 252 | 0.23 | 0.83 |
| Hex | CD | C9 | DD | 7 | 9 | 0 | D | FC | 17 | 53 |
| Octal | 315 | 311 | 335 | 7 | 11 | 0 | 15 | 374 | 27 | 123 |
| Binary | 11001101 | 11001001 | 11011101 | 111 | 1001 | 0 | 1101 | 11111100 | 10111 | 1010011 |
Color Harmonies of #CDC9DD
Complementary color
Monochromatic Colors of #CDC9DD
Black with #CDC9DD
Text Example
Text Example
White with #CDC9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9DD; }
p { color: rgb(205,201,221); }
H1.HeaderClassName
{
color: #CDC9DD;
}
.AnyTagClassName
{
color: #CDC9DD;
}
</style>
background-color css
<style>
a { background-color: #CDC9DD; }
a { background-color: rgb(205,201,221); }
div.DivClassName
{
background-color: #CDC9DD;
}
.BgClassName
{
background-color: #CDC9DD;
}
</style>
border-color css
<style>
span { border-color: #CDC9DD; }
span { border-color: rgb(205,201,221); }
td.TdClassName
{
border-color: #CDC9DD;
}
.TagClassName
{
border-color: #CDC9DD;
}
</style>