Shades of Melrose #CDC8DC
Tints of Melrose #CDC8DC
RGB
CMYK
RGB Variations
Color information
#CDC8DC (or 0xCDC8DC) is known color: Melrose. HEX triplet: CD, C8 and DC. RGB value is (205,200,220). Sum of RGB (Red+Green+Blue) = 205+200+220=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDC8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8DC is #323723. Grayscale: #CBCBCB. Windows color (decimal): -3290916 or 14469325. OLE color: 14469325.
HSL color Cylindrical-coordinate representation of color #CDC8DC: hue angle of 255º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDC8DC is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 200 | 220 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.14 |
| HSL | 255º | 0.22% | 0.82% | - |
| HSV(B) | 255º | 0.09% | 0.86% | - |
| XYZ | 58.75 | 59.45 | 76.09 | - |
| YUV | 203.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 220 | 0.07 | 0.09 | 0 | 0.14 | 255 | 0.22 | 0.82 |
| Hex | CD | C8 | DC | 7 | 9 | 0 | E | FF | 16 | 52 |
| Octal | 315 | 310 | 334 | 7 | 11 | 0 | 16 | 377 | 26 | 122 |
| Binary | 11001101 | 11001000 | 11011100 | 111 | 1001 | 0 | 1110 | 11111111 | 10110 | 1010010 |
Color Harmonies of #CDC8DC
Complementary color
Monochromatic Colors of #CDC8DC
Black with #CDC8DC
Text Example
Text Example
White with #CDC8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC8DC; }
p { color: rgb(205,200,220); }
H1.HeaderClassName
{
color: #CDC8DC;
}
.AnyTagClassName
{
color: #CDC8DC;
}
</style>
background-color css
<style>
a { background-color: #CDC8DC; }
a { background-color: rgb(205,200,220); }
div.DivClassName
{
background-color: #CDC8DC;
}
.BgClassName
{
background-color: #CDC8DC;
}
</style>
border-color css
<style>
span { border-color: #CDC8DC; }
span { border-color: rgb(205,200,220); }
td.TdClassName
{
border-color: #CDC8DC;
}
.TagClassName
{
border-color: #CDC8DC;
}
</style>