Shades of Melanie #CDB8BF
Tints of Melanie #CDB8BF
RGB
CMYK
RGB Variations
Color information
#CDB8BF (or 0xCDB8BF) is known color: Melanie. HEX triplet: CD, B8 and BF. RGB value is (205,184,191). Sum of RGB (Red+Green+Blue) = 205+184+191=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB8BF is #324740. Grayscale: #BFBFBF. Windows color (decimal): -3295041 or 12564685. OLE color: 12564685.
HSL color Cylindrical-coordinate representation of color #CDB8BF: hue angle of 340º 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 #CDB8BF is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 191 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.20 |
| HSL | 340º | 0.17% | 0.76% | - |
| HSV(B) | 340º | 0.1% | 0.8% | - |
| XYZ | 51.72 | 51.02 | 56.41 | - |
| YUV | 191.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 191 | 0 | 0.10 | 0.07 | 0.20 | 340 | 0.17 | 0.76 |
| Hex | CD | B8 | BF | 0 | A | 7 | 14 | 154 | 11 | 4C |
| Octal | 315 | 270 | 277 | 0 | 12 | 7 | 24 | 524 | 21 | 114 |
| Binary | 11001101 | 10111000 | 10111111 | 0 | 1010 | 111 | 10100 | 101010100 | 10001 | 1001100 |
Color Harmonies of #CDB8BF
Complementary color
Monochromatic Colors of #CDB8BF
Black with #CDB8BF
Text Example
Text Example
White with #CDB8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB8BF; }
p { color: rgb(205,184,191); }
H1.HeaderClassName
{
color: #CDB8BF;
}
.AnyTagClassName
{
color: #CDB8BF;
}
</style>
background-color css
<style>
a { background-color: #CDB8BF; }
a { background-color: rgb(205,184,191); }
div.DivClassName
{
background-color: #CDB8BF;
}
.BgClassName
{
background-color: #CDB8BF;
}
</style>
border-color css
<style>
span { border-color: #CDB8BF; }
span { border-color: rgb(205,184,191); }
td.TdClassName
{
border-color: #CDB8BF;
}
.TagClassName
{
border-color: #CDB8BF;
}
</style>