Shades of Melanie #CCB8BD
Tints of Melanie #CCB8BD
RGB
CMYK
RGB Variations
Color information
#CCB8BD (or 0xCCB8BD) is known color: Melanie. HEX triplet: CC, B8 and BD. RGB value is (204,184,189). Sum of RGB (Red+Green+Blue) = 204+184+189=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 184 (72.27% from 255 or 31.89% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB8BD is #334742. Grayscale: #BEBEBE. Windows color (decimal): -3360579 or 12433612. OLE color: 12433612.
HSL color Cylindrical-coordinate representation of color #CCB8BD: hue angle of 345º degrees, saturation: 0.16, 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 #CCB8BD is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 189 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.2 |
| HSL | 345º | 0.16% | 0.76% | - |
| HSV(B) | 345º | 0.1% | 0.8% | - |
| XYZ | 51.23 | 50.79 | 55.25 | - |
| YUV | 190.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 189 | 0 | 0.10 | 0.07 | 0.2 | 345 | 0.16 | 0.76 |
| Hex | CC | B8 | BD | 0 | A | 7 | 14 | 159 | 10 | 4C |
| Octal | 314 | 270 | 275 | 0 | 12 | 7 | 24 | 531 | 20 | 114 |
| Binary | 11001100 | 10111000 | 10111101 | 0 | 1010 | 111 | 10100 | 101011001 | 10000 | 1001100 |
Color Harmonies of #CCB8BD
Complementary color
Monochromatic Colors of #CCB8BD
Black with #CCB8BD
Text Example
Text Example
White with #CCB8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8BD; }
p { color: rgb(204,184,189); }
H1.HeaderClassName
{
color: #CCB8BD;
}
.AnyTagClassName
{
color: #CCB8BD;
}
</style>
background-color css
<style>
a { background-color: #CCB8BD; }
a { background-color: rgb(204,184,189); }
div.DivClassName
{
background-color: #CCB8BD;
}
.BgClassName
{
background-color: #CCB8BD;
}
</style>
border-color css
<style>
span { border-color: #CCB8BD; }
span { border-color: rgb(204,184,189); }
td.TdClassName
{
border-color: #CCB8BD;
}
.TagClassName
{
border-color: #CCB8BD;
}
</style>