Shades of Melanie #CDC5C7
Tints of Melanie #CDC5C7
RGB
CMYK
RGB Variations
Color information
#CDC5C7 (or 0xCDC5C7) is known color: Melanie. HEX triplet: CD, C5 and C7. RGB value is (205,197,199). Sum of RGB (Red+Green+Blue) = 205+197+199=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 199 (78.12% from 255 or 33.11% from 601); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC5C7 is #323A38. Grayscale: #C7C7C7. Windows color (decimal): -3291705 or 13092301. OLE color: 13092301.
HSL color Cylindrical-coordinate representation of color #CDC5C7: hue angle of 345º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDC5C7 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 197 | 199 | - |
CMYK | 0 | 0.04 | 0.03 | 0.20 |
HSL | 345º | 0.07% | 0.79% | - |
HSV(B) | 345º | 0.04% | 0.8% | - |
XYZ | 55.45 | 57.04 | 62.12 | - |
YUV | 199.62 | 127.65 | 131.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 197 | 199 | 0 | 0.04 | 0.03 | 0.20 | 345 | 0.07 | 0.79 |
Hex | CD | C5 | C7 | 0 | 4 | 3 | 14 | 159 | 7 | 4F |
Octal | 315 | 305 | 307 | 0 | 4 | 3 | 24 | 531 | 7 | 117 |
Binary | 11001101 | 11000101 | 11000111 | 0 | 100 | 11 | 10100 | 101011001 | 111 | 1001111 |
Color Harmonies of #CDC5C7
Complementary color
Monochromatic Colors of #CDC5C7
Black with #CDC5C7
Text Example
Text Example
White with #CDC5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC5C7; }
p { color: rgb(205,197,199); }
H1.HeaderClassName
{
color: #CDC5C7;
}
.AnyTagClassName
{
color: #CDC5C7;
}
</style>
background-color css
<style>
a { background-color: #CDC5C7; }
a { background-color: rgb(205,197,199); }
div.DivClassName
{
background-color: #CDC5C7;
}
.BgClassName
{
background-color: #CDC5C7;
}
</style>
border-color css
<style>
span { border-color: #CDC5C7; }
span { border-color: rgb(205,197,199); }
td.TdClassName
{
border-color: #CDC5C7;
}
.TagClassName
{
border-color: #CDC5C7;
}
</style>