Shades of Melanie #CDBCC0
Tints of Melanie #CDBCC0
RGB
CMYK
RGB Variations
Color information
#CDBCC0 (or 0xCDBCC0) is known color: Melanie. HEX triplet: CD, BC and C0. RGB value is (205,188,192). Sum of RGB (Red+Green+Blue) = 205+188+192=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBCC0 is #32433F. Grayscale: #C1C1C1. Windows color (decimal): -3294016 or 12631245. OLE color: 12631245.
HSL color Cylindrical-coordinate representation of color #CDBCC0: hue angle of 345.88º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDBCC0 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 188 | 192 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.20 |
| HSL | 345.88º | 0.15% | 0.77% | - |
| HSV(B) | 345.88º | 0.08% | 0.8% | - |
| XYZ | 52.67 | 52.75 | 57.27 | - |
| YUV | 193.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 188 | 192 | 0 | 0.08 | 0.06 | 0.20 | 345.88 | 0.15 | 0.77 |
| Hex | CD | BC | C0 | 0 | 8 | 6 | 14 | 15A | F | 4D |
| Octal | 315 | 274 | 300 | 0 | 10 | 6 | 24 | 532 | 17 | 115 |
| Binary | 11001101 | 10111100 | 11000000 | 0 | 1000 | 110 | 10100 | 101011010 | 1111 | 1001101 |
Color Harmonies of #CDBCC0
Complementary color
Monochromatic Colors of #CDBCC0
Black with #CDBCC0
Text Example
Text Example
White with #CDBCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBCC0; }
p { color: rgb(205,188,192); }
H1.HeaderClassName
{
color: #CDBCC0;
}
.AnyTagClassName
{
color: #CDBCC0;
}
</style>
background-color css
<style>
a { background-color: #CDBCC0; }
a { background-color: rgb(205,188,192); }
div.DivClassName
{
background-color: #CDBCC0;
}
.BgClassName
{
background-color: #CDBCC0;
}
</style>
border-color css
<style>
span { border-color: #CDBCC0; }
span { border-color: rgb(205,188,192); }
td.TdClassName
{
border-color: #CDBCC0;
}
.TagClassName
{
border-color: #CDBCC0;
}
</style>