Shades of Melanie #CDB9BF
Tints of Melanie #CDB9BF
RGB
CMYK
RGB Variations
Color information
#CDB9BF (or 0xCDB9BF) is known color: Melanie. HEX triplet: CD, B9 and BF. RGB value is (205,185,191). Sum of RGB (Red+Green+Blue) = 205+185+191=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB9BF is #324640. Grayscale: #BFBFBF. Windows color (decimal): -3294785 or 12564941. OLE color: 12564941.
HSL color Cylindrical-coordinate representation of color #CDB9BF: hue angle of 342º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDB9BF is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 191 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.20 |
| HSL | 342º | 0.17% | 0.76% | - |
| HSV(B) | 342º | 0.1% | 0.8% | - |
| XYZ | 51.93 | 51.44 | 56.48 | - |
| YUV | 191.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 191 | 0 | 0.10 | 0.07 | 0.20 | 342 | 0.17 | 0.76 |
| Hex | CD | B9 | BF | 0 | A | 7 | 14 | 156 | 11 | 4C |
| Octal | 315 | 271 | 277 | 0 | 12 | 7 | 24 | 526 | 21 | 114 |
| Binary | 11001101 | 10111001 | 10111111 | 0 | 1010 | 111 | 10100 | 101010110 | 10001 | 1001100 |
Color Harmonies of #CDB9BF
Complementary color
Monochromatic Colors of #CDB9BF
Black with #CDB9BF
Text Example
Text Example
White with #CDB9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB9BF; }
p { color: rgb(205,185,191); }
H1.HeaderClassName
{
color: #CDB9BF;
}
.AnyTagClassName
{
color: #CDB9BF;
}
</style>
background-color css
<style>
a { background-color: #CDB9BF; }
a { background-color: rgb(205,185,191); }
div.DivClassName
{
background-color: #CDB9BF;
}
.BgClassName
{
background-color: #CDB9BF;
}
</style>
border-color css
<style>
span { border-color: #CDB9BF; }
span { border-color: rgb(205,185,191); }
td.TdClassName
{
border-color: #CDB9BF;
}
.TagClassName
{
border-color: #CDB9BF;
}
</style>