Shades of Melanie #CCBDC1
Tints of Melanie #CCBDC1
RGB
CMYK
RGB Variations
Color information
#CCBDC1 (or 0xCCBDC1) is known color: Melanie. HEX triplet: CC, BD and C1. RGB value is (204,189,193). Sum of RGB (Red+Green+Blue) = 204+189+193=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDC1 is #33423E. Grayscale: #C1C1C1. Windows color (decimal): -3359295 or 12697036. OLE color: 12697036.
HSL color Cylindrical-coordinate representation of color #CCBDC1: hue angle of 344º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCBDC1 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 193 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.2 |
| HSL | 344º | 0.13% | 0.77% | - |
| HSV(B) | 344º | 0.07% | 0.8% | - |
| XYZ | 52.73 | 53.08 | 57.92 | - |
| YUV | 193.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 193 | 0 | 0.07 | 0.05 | 0.2 | 344 | 0.13 | 0.77 |
| Hex | CC | BD | C1 | 0 | 7 | 5 | 14 | 158 | D | 4D |
| Octal | 314 | 275 | 301 | 0 | 7 | 5 | 24 | 530 | 15 | 115 |
| Binary | 11001100 | 10111101 | 11000001 | 0 | 111 | 101 | 10100 | 101011000 | 1101 | 1001101 |
Color Harmonies of #CCBDC1
Complementary color
Monochromatic Colors of #CCBDC1
Black with #CCBDC1
Text Example
Text Example
White with #CCBDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDC1; }
p { color: rgb(204,189,193); }
H1.HeaderClassName
{
color: #CCBDC1;
}
.AnyTagClassName
{
color: #CCBDC1;
}
</style>
background-color css
<style>
a { background-color: #CCBDC1; }
a { background-color: rgb(204,189,193); }
div.DivClassName
{
background-color: #CCBDC1;
}
.BgClassName
{
background-color: #CCBDC1;
}
</style>
border-color css
<style>
span { border-color: #CCBDC1; }
span { border-color: rgb(204,189,193); }
td.TdClassName
{
border-color: #CCBDC1;
}
.TagClassName
{
border-color: #CCBDC1;
}
</style>