Shades of Melanie #CDB7BD
Tints of Melanie #CDB7BD
RGB
CMYK
RGB Variations
Color information
#CDB7BD (or 0xCDB7BD) is known color: Melanie. HEX triplet: CD, B7 and BD. RGB value is (205,183,189). Sum of RGB (Red+Green+Blue) = 205+183+189=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB7BD is #324842. Grayscale: #BEBEBE. Windows color (decimal): -3295299 or 12433357. OLE color: 12433357.
HSL color Cylindrical-coordinate representation of color #CDB7BD: hue angle of 343.64º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDB7BD is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 189 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.20 |
| HSL | 343.64º | 0.18% | 0.76% | - |
| HSV(B) | 343.64º | 0.11% | 0.8% | - |
| XYZ | 51.3 | 50.52 | 55.19 | - |
| YUV | 190.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 189 | 0 | 0.11 | 0.08 | 0.20 | 343.64 | 0.18 | 0.76 |
| Hex | CD | B7 | BD | 0 | B | 8 | 14 | 158 | 12 | 4C |
| Octal | 315 | 267 | 275 | 0 | 13 | 10 | 24 | 530 | 22 | 114 |
| Binary | 11001101 | 10110111 | 10111101 | 0 | 1011 | 1000 | 10100 | 101011000 | 10010 | 1001100 |
Color Harmonies of #CDB7BD
Complementary color
Monochromatic Colors of #CDB7BD
Black with #CDB7BD
Text Example
Text Example
White with #CDB7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB7BD; }
p { color: rgb(205,183,189); }
H1.HeaderClassName
{
color: #CDB7BD;
}
.AnyTagClassName
{
color: #CDB7BD;
}
</style>
background-color css
<style>
a { background-color: #CDB7BD; }
a { background-color: rgb(205,183,189); }
div.DivClassName
{
background-color: #CDB7BD;
}
.BgClassName
{
background-color: #CDB7BD;
}
</style>
border-color css
<style>
span { border-color: #CDB7BD; }
span { border-color: rgb(205,183,189); }
td.TdClassName
{
border-color: #CDB7BD;
}
.TagClassName
{
border-color: #CDB7BD;
}
</style>