Shades of Melanie #CDB4BB
Tints of Melanie #CDB4BB
RGB
CMYK
RGB Variations
Color information
#CDB4BB (or 0xCDB4BB) is known color: Melanie. HEX triplet: CD, B4 and BB. RGB value is (205,180,187). Sum of RGB (Red+Green+Blue) = 205+180+187=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB4BB is #324B44. Grayscale: #BCBCBC. Windows color (decimal): -3296069 or 12301517. OLE color: 12301517.
HSL color Cylindrical-coordinate representation of color #CDB4BB: hue angle of 343.2º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDB4BB is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 187 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.20 |
| HSL | 343.2º | 0.2% | 0.75% | - |
| HSV(B) | 343.2º | 0.12% | 0.8% | - |
| XYZ | 50.47 | 49.21 | 53.85 | - |
| YUV | 188.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 187 | 0 | 0.12 | 0.09 | 0.20 | 343.2 | 0.2 | 0.75 |
| Hex | CD | B4 | BB | 0 | C | 9 | 14 | 157 | 14 | 4B |
| Octal | 315 | 264 | 273 | 0 | 14 | 11 | 24 | 527 | 24 | 113 |
| Binary | 11001101 | 10110100 | 10111011 | 0 | 1100 | 1001 | 10100 | 101010111 | 10100 | 1001011 |
Color Harmonies of #CDB4BB
Complementary color
Monochromatic Colors of #CDB4BB
Black with #CDB4BB
Text Example
Text Example
White with #CDB4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB4BB; }
p { color: rgb(205,180,187); }
H1.HeaderClassName
{
color: #CDB4BB;
}
.AnyTagClassName
{
color: #CDB4BB;
}
</style>
background-color css
<style>
a { background-color: #CDB4BB; }
a { background-color: rgb(205,180,187); }
div.DivClassName
{
background-color: #CDB4BB;
}
.BgClassName
{
background-color: #CDB4BB;
}
</style>
border-color css
<style>
span { border-color: #CDB4BB; }
span { border-color: rgb(205,180,187); }
td.TdClassName
{
border-color: #CDB4BB;
}
.TagClassName
{
border-color: #CDB4BB;
}
</style>