Shades of Melanie #CDC2C5
Tints of Melanie #CDC2C5
RGB
CMYK
RGB Variations
Color information
#CDC2C5 (or 0xCDC2C5) is known color: Melanie. HEX triplet: CD, C2 and C5. RGB value is (205,194,197). Sum of RGB (Red+Green+Blue) = 205+194+197=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 194 (76.17% from 255 or 32.55% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC2C5 is #323D3A. Grayscale: #C5C5C5. Windows color (decimal): -3292475 or 12960461. OLE color: 12960461.
HSL color Cylindrical-coordinate representation of color #CDC2C5: hue angle of 343.64º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CDC2C5 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 197 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.20 |
| HSL | 343.64º | 0.1% | 0.78% | - |
| HSV(B) | 343.64º | 0.05% | 0.8% | - |
| XYZ | 54.55 | 55.59 | 60.68 | - |
| YUV | 197.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 197 | 0 | 0.05 | 0.04 | 0.20 | 343.64 | 0.1 | 0.78 |
| Hex | CD | C2 | C5 | 0 | 5 | 4 | 14 | 158 | A | 4E |
| Octal | 315 | 302 | 305 | 0 | 5 | 4 | 24 | 530 | 12 | 116 |
| Binary | 11001101 | 11000010 | 11000101 | 0 | 101 | 100 | 10100 | 101011000 | 1010 | 1001110 |
Color Harmonies of #CDC2C5
Complementary color
Monochromatic Colors of #CDC2C5
Black with #CDC2C5
Text Example
Text Example
White with #CDC2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC2C5; }
p { color: rgb(205,194,197); }
H1.HeaderClassName
{
color: #CDC2C5;
}
.AnyTagClassName
{
color: #CDC2C5;
}
</style>
background-color css
<style>
a { background-color: #CDC2C5; }
a { background-color: rgb(205,194,197); }
div.DivClassName
{
background-color: #CDC2C5;
}
.BgClassName
{
background-color: #CDC2C5;
}
</style>
border-color css
<style>
span { border-color: #CDC2C5; }
span { border-color: rgb(205,194,197); }
td.TdClassName
{
border-color: #CDC2C5;
}
.TagClassName
{
border-color: #CDC2C5;
}
</style>