Shades of Melanie #CFBEC1
Tints of Melanie #CFBEC1
RGB
CMYK
RGB Variations
Color information
#CFBEC1 (or 0xCFBEC1) is known color: Melanie. HEX triplet: CF, BE and C1. RGB value is (207,190,193). Sum of RGB (Red+Green+Blue) = 207+190+193=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEC1 is #30413E. Grayscale: #C3C3C3. Windows color (decimal): -3162431 or 12697295. OLE color: 12697295.
HSL color Cylindrical-coordinate representation of color #CFBEC1: hue angle of 349.41º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFBEC1 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 193 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.19 |
| HSL | 349.41º | 0.15% | 0.78% | - |
| HSV(B) | 349.41º | 0.08% | 0.81% | - |
| XYZ | 53.77 | 53.94 | 58.03 | - |
| YUV | 195.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 193 | 0 | 0.08 | 0.07 | 0.19 | 349.41 | 0.15 | 0.78 |
| Hex | CF | BE | C1 | 0 | 8 | 7 | 13 | 15D | F | 4E |
| Octal | 317 | 276 | 301 | 0 | 10 | 7 | 23 | 535 | 17 | 116 |
| Binary | 11001111 | 10111110 | 11000001 | 0 | 1000 | 111 | 10011 | 101011101 | 1111 | 1001110 |
Color Harmonies of #CFBEC1
Complementary color
Monochromatic Colors of #CFBEC1
Black with #CFBEC1
Text Example
Text Example
White with #CFBEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBEC1; }
p { color: rgb(207,190,193); }
H1.HeaderClassName
{
color: #CFBEC1;
}
.AnyTagClassName
{
color: #CFBEC1;
}
</style>
background-color css
<style>
a { background-color: #CFBEC1; }
a { background-color: rgb(207,190,193); }
div.DivClassName
{
background-color: #CFBEC1;
}
.BgClassName
{
background-color: #CFBEC1;
}
</style>
border-color css
<style>
span { border-color: #CFBEC1; }
span { border-color: rgb(207,190,193); }
td.TdClassName
{
border-color: #CFBEC1;
}
.TagClassName
{
border-color: #CFBEC1;
}
</style>