Shades of Melanie #CDB3BD
Tints of Melanie #CDB3BD
RGB
CMYK
RGB Variations
Color information
#CDB3BD (or 0xCDB3BD) is known color: Melanie. HEX triplet: CD, B3 and BD. RGB value is (205,179,189). Sum of RGB (Red+Green+Blue) = 205+179+189=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB3BD is #324C42. Grayscale: #BBBBBB. Windows color (decimal): -3296323 or 12432333. OLE color: 12432333.
HSL color Cylindrical-coordinate representation of color #CDB3BD: hue angle of 336.92º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDB3BD is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 189 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.20 |
| HSL | 336.92º | 0.21% | 0.75% | - |
| HSV(B) | 336.92º | 0.13% | 0.8% | - |
| XYZ | 50.48 | 48.89 | 54.92 | - |
| YUV | 187.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 189 | 0 | 0.13 | 0.08 | 0.20 | 336.92 | 0.21 | 0.75 |
| Hex | CD | B3 | BD | 0 | D | 8 | 14 | 151 | 15 | 4B |
| Octal | 315 | 263 | 275 | 0 | 15 | 10 | 24 | 521 | 25 | 113 |
| Binary | 11001101 | 10110011 | 10111101 | 0 | 1101 | 1000 | 10100 | 101010001 | 10101 | 1001011 |
Color Harmonies of #CDB3BD
Complementary color
Monochromatic Colors of #CDB3BD
Black with #CDB3BD
Text Example
Text Example
White with #CDB3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3BD; }
p { color: rgb(205,179,189); }
H1.HeaderClassName
{
color: #CDB3BD;
}
.AnyTagClassName
{
color: #CDB3BD;
}
</style>
background-color css
<style>
a { background-color: #CDB3BD; }
a { background-color: rgb(205,179,189); }
div.DivClassName
{
background-color: #CDB3BD;
}
.BgClassName
{
background-color: #CDB3BD;
}
</style>
border-color css
<style>
span { border-color: #CDB3BD; }
span { border-color: rgb(205,179,189); }
td.TdClassName
{
border-color: #CDB3BD;
}
.TagClassName
{
border-color: #CDB3BD;
}
</style>