Shades of Melanie #CFBDC3
Tints of Melanie #CFBDC3
RGB
CMYK
RGB Variations
Color information
#CFBDC3 (or 0xCFBDC3) is known color: Melanie. HEX triplet: CF, BD and C3. RGB value is (207,189,195). Sum of RGB (Red+Green+Blue) = 207+189+195=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 195 (76.56% from 255 or 32.99% from 591); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDC3 is #30423C. Grayscale: #C3C3C3. Windows color (decimal): -3162685 or 12828111. OLE color: 12828111.
HSL color Cylindrical-coordinate representation of color #CFBDC3: hue angle of 340º 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 #CFBDC3 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 195 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.19 |
| HSL | 340º | 0.16% | 0.78% | - |
| HSV(B) | 340º | 0.09% | 0.81% | - |
| XYZ | 53.78 | 53.6 | 59.14 | - |
| YUV | 195.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 195 | 0 | 0.09 | 0.06 | 0.19 | 340 | 0.16 | 0.78 |
| Hex | CF | BD | C3 | 0 | 9 | 6 | 13 | 154 | 10 | 4E |
| Octal | 317 | 275 | 303 | 0 | 11 | 6 | 23 | 524 | 20 | 116 |
| Binary | 11001111 | 10111101 | 11000011 | 0 | 1001 | 110 | 10011 | 101010100 | 10000 | 1001110 |
Color Harmonies of #CFBDC3
Complementary color
Monochromatic Colors of #CFBDC3
Black with #CFBDC3
Text Example
Text Example
White with #CFBDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDC3; }
p { color: rgb(207,189,195); }
H1.HeaderClassName
{
color: #CFBDC3;
}
.AnyTagClassName
{
color: #CFBDC3;
}
</style>
background-color css
<style>
a { background-color: #CFBDC3; }
a { background-color: rgb(207,189,195); }
div.DivClassName
{
background-color: #CFBDC3;
}
.BgClassName
{
background-color: #CFBDC3;
}
</style>
border-color css
<style>
span { border-color: #CFBDC3; }
span { border-color: rgb(207,189,195); }
td.TdClassName
{
border-color: #CFBDC3;
}
.TagClassName
{
border-color: #CFBDC3;
}
</style>