Shades of Melanie #CFBBC2
Tints of Melanie #CFBBC2
RGB
CMYK
RGB Variations
Color information
#CFBBC2 (or 0xCFBBC2) is known color: Melanie. HEX triplet: CF, BB and C2. RGB value is (207,187,194). Sum of RGB (Red+Green+Blue) = 207+187+194=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBC2 is #30443D. Grayscale: #C1C1C1. Windows color (decimal): -3163198 or 12762063. OLE color: 12762063.
HSL color Cylindrical-coordinate representation of color #CFBBC2: hue angle of 339º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBBC2 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 187 | 194 | - |
CMYK | 0 | 0.10 | 0.06 | 0.19 |
HSL | 339º | 0.17% | 0.77% | - |
HSV(B) | 339º | 0.1% | 0.81% | - |
XYZ | 53.24 | 52.7 | 58.41 | - |
YUV | 193.78 | 128.13 | 137.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 187 | 194 | 0 | 0.10 | 0.06 | 0.19 | 339 | 0.17 | 0.77 |
Hex | CF | BB | C2 | 0 | A | 6 | 13 | 153 | 11 | 4D |
Octal | 317 | 273 | 302 | 0 | 12 | 6 | 23 | 523 | 21 | 115 |
Binary | 11001111 | 10111011 | 11000010 | 0 | 1010 | 110 | 10011 | 101010011 | 10001 | 1001101 |
Color Harmonies of #CFBBC2
Complementary color
Monochromatic Colors of #CFBBC2
Black with #CFBBC2
Text Example
Text Example
White with #CFBBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBC2; }
p { color: rgb(207,187,194); }
H1.HeaderClassName
{
color: #CFBBC2;
}
.AnyTagClassName
{
color: #CFBBC2;
}
</style>
background-color css
<style>
a { background-color: #CFBBC2; }
a { background-color: rgb(207,187,194); }
div.DivClassName
{
background-color: #CFBBC2;
}
.BgClassName
{
background-color: #CFBBC2;
}
</style>
border-color css
<style>
span { border-color: #CFBBC2; }
span { border-color: rgb(207,187,194); }
td.TdClassName
{
border-color: #CFBBC2;
}
.TagClassName
{
border-color: #CFBBC2;
}
</style>