Shades of Melrose #CDC9DB
Tints of Melrose #CDC9DB
RGB
CMYK
RGB Variations
Color information
#CDC9DB (or 0xCDC9DB) is known color: Melrose. HEX triplet: CD, C9 and DB. RGB value is (205,201,219). Sum of RGB (Red+Green+Blue) = 205+201+219=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDC9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9DB is #323624. Grayscale: #CCCCCC. Windows color (decimal): -3290661 or 14404045. OLE color: 14404045.
HSL color Cylindrical-coordinate representation of color #CDC9DB: hue angle of 253.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDC9DB is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 201 | 219 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.14 |
| HSL | 253.33º | 0.2% | 0.82% | - |
| HSV(B) | 253.33º | 0.08% | 0.86% | - |
| XYZ | 58.85 | 59.87 | 75.47 | - |
| YUV | 204.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 219 | 0.06 | 0.08 | 0 | 0.14 | 253.33 | 0.2 | 0.82 |
| Hex | CD | C9 | DB | 6 | 8 | 0 | E | FD | 14 | 52 |
| Octal | 315 | 311 | 333 | 6 | 10 | 0 | 16 | 375 | 24 | 122 |
| Binary | 11001101 | 11001001 | 11011011 | 110 | 1000 | 0 | 1110 | 11111101 | 10100 | 1010010 |
Color Harmonies of #CDC9DB
Complementary color
Monochromatic Colors of #CDC9DB
Black with #CDC9DB
Text Example
Text Example
White with #CDC9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9DB; }
p { color: rgb(205,201,219); }
H1.HeaderClassName
{
color: #CDC9DB;
}
.AnyTagClassName
{
color: #CDC9DB;
}
</style>
background-color css
<style>
a { background-color: #CDC9DB; }
a { background-color: rgb(205,201,219); }
div.DivClassName
{
background-color: #CDC9DB;
}
.BgClassName
{
background-color: #CDC9DB;
}
</style>
border-color css
<style>
span { border-color: #CDC9DB; }
span { border-color: rgb(205,201,219); }
td.TdClassName
{
border-color: #CDC9DB;
}
.TagClassName
{
border-color: #CDC9DB;
}
</style>