Shades of Melanie #CCB4BD
Tints of Melanie #CCB4BD
RGB
CMYK
RGB Variations
Color information
#CCB4BD (or 0xCCB4BD) is known color: Melanie. HEX triplet: CC, B4 and BD. RGB value is (204,180,189). Sum of RGB (Red+Green+Blue) = 204+180+189=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4BD is #334B42. Grayscale: #BCBCBC. Windows color (decimal): -3361603 or 12432588. OLE color: 12432588.
HSL color Cylindrical-coordinate representation of color #CCB4BD: hue angle of 337.5º degrees, saturation: 0.19, 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 #CCB4BD is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 189 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.2 |
| HSL | 337.5º | 0.19% | 0.75% | - |
| HSV(B) | 337.5º | 0.12% | 0.8% | - |
| XYZ | 50.41 | 49.15 | 54.97 | - |
| YUV | 188.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 189 | 0 | 0.12 | 0.07 | 0.2 | 337.5 | 0.19 | 0.75 |
| Hex | CC | B4 | BD | 0 | C | 7 | 14 | 152 | 13 | 4B |
| Octal | 314 | 264 | 275 | 0 | 14 | 7 | 24 | 522 | 23 | 113 |
| Binary | 11001100 | 10110100 | 10111101 | 0 | 1100 | 111 | 10100 | 101010010 | 10011 | 1001011 |
Color Harmonies of #CCB4BD
Complementary color
Monochromatic Colors of #CCB4BD
Black with #CCB4BD
Text Example
Text Example
White with #CCB4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB4BD; }
p { color: rgb(204,180,189); }
H1.HeaderClassName
{
color: #CCB4BD;
}
.AnyTagClassName
{
color: #CCB4BD;
}
</style>
background-color css
<style>
a { background-color: #CCB4BD; }
a { background-color: rgb(204,180,189); }
div.DivClassName
{
background-color: #CCB4BD;
}
.BgClassName
{
background-color: #CCB4BD;
}
</style>
border-color css
<style>
span { border-color: #CCB4BD; }
span { border-color: rgb(204,180,189); }
td.TdClassName
{
border-color: #CCB4BD;
}
.TagClassName
{
border-color: #CCB4BD;
}
</style>