Shades of Melanie #CCB5BD
Tints of Melanie #CCB5BD
RGB
CMYK
RGB Variations
Color information
#CCB5BD (or 0xCCB5BD) is known color: Melanie. HEX triplet: CC, B5 and BD. RGB value is (204,181,189). Sum of RGB (Red+Green+Blue) = 204+181+189=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5BD is #334A42. Grayscale: #BCBCBC. Windows color (decimal): -3361347 or 12432844. OLE color: 12432844.
HSL color Cylindrical-coordinate representation of color #CCB5BD: hue angle of 339.13º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCB5BD is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 189 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.2 |
| HSL | 339.13º | 0.18% | 0.75% | - |
| HSV(B) | 339.13º | 0.11% | 0.8% | - |
| XYZ | 50.61 | 49.56 | 55.04 | - |
| YUV | 188.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 189 | 0 | 0.11 | 0.07 | 0.2 | 339.13 | 0.18 | 0.75 |
| Hex | CC | B5 | BD | 0 | B | 7 | 14 | 153 | 12 | 4B |
| Octal | 314 | 265 | 275 | 0 | 13 | 7 | 24 | 523 | 22 | 113 |
| Binary | 11001100 | 10110101 | 10111101 | 0 | 1011 | 111 | 10100 | 101010011 | 10010 | 1001011 |
Color Harmonies of #CCB5BD
Complementary color
Monochromatic Colors of #CCB5BD
Black with #CCB5BD
Text Example
Text Example
White with #CCB5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB5BD; }
p { color: rgb(204,181,189); }
H1.HeaderClassName
{
color: #CCB5BD;
}
.AnyTagClassName
{
color: #CCB5BD;
}
</style>
background-color css
<style>
a { background-color: #CCB5BD; }
a { background-color: rgb(204,181,189); }
div.DivClassName
{
background-color: #CCB5BD;
}
.BgClassName
{
background-color: #CCB5BD;
}
</style>
border-color css
<style>
span { border-color: #CCB5BD; }
span { border-color: rgb(204,181,189); }
td.TdClassName
{
border-color: #CCB5BD;
}
.TagClassName
{
border-color: #CCB5BD;
}
</style>