Shades of Melanie #CFBDC1
Tints of Melanie #CFBDC1
RGB
CMYK
RGB Variations
Color information
#CFBDC1 (or 0xCFBDC1) is known color: Melanie. HEX triplet: CF, BD and C1. RGB value is (207,189,193). Sum of RGB (Red+Green+Blue) = 207+189+193=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDC1 is #30423E. Grayscale: #C2C2C2. Windows color (decimal): -3162687 or 12697039. OLE color: 12697039.
HSL color Cylindrical-coordinate representation of color #CFBDC1: hue angle of 346.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFBDC1 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 193 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.19 |
| HSL | 346.67º | 0.16% | 0.78% | - |
| HSV(B) | 346.67º | 0.09% | 0.81% | - |
| XYZ | 53.56 | 53.51 | 57.96 | - |
| YUV | 194.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 193 | 0 | 0.09 | 0.07 | 0.19 | 346.67 | 0.16 | 0.78 |
| Hex | CF | BD | C1 | 0 | 9 | 7 | 13 | 15B | 10 | 4E |
| Octal | 317 | 275 | 301 | 0 | 11 | 7 | 23 | 533 | 20 | 116 |
| Binary | 11001111 | 10111101 | 11000001 | 0 | 1001 | 111 | 10011 | 101011011 | 10000 | 1001110 |
Color Harmonies of #CFBDC1
Complementary color
Monochromatic Colors of #CFBDC1
Black with #CFBDC1
Text Example
Text Example
White with #CFBDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDC1; }
p { color: rgb(207,189,193); }
H1.HeaderClassName
{
color: #CFBDC1;
}
.AnyTagClassName
{
color: #CFBDC1;
}
</style>
background-color css
<style>
a { background-color: #CFBDC1; }
a { background-color: rgb(207,189,193); }
div.DivClassName
{
background-color: #CFBDC1;
}
.BgClassName
{
background-color: #CFBDC1;
}
</style>
border-color css
<style>
span { border-color: #CFBDC1; }
span { border-color: rgb(207,189,193); }
td.TdClassName
{
border-color: #CFBDC1;
}
.TagClassName
{
border-color: #CFBDC1;
}
</style>