Shades of Blanc #E0CFBB
Tints of Blanc #E0CFBB
RGB
CMYK
RGB Variations
Color information
#E0CFBB (or 0xE0CFBB) is known color: Blanc. HEX triplet: E0, CF and BB. RGB value is (224,207,187). Sum of RGB (Red+Green+Blue) = 224+207+187=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFBB is #1F3044. Grayscale: #D1D1D1. Windows color (decimal): -2043973 or 12308448. OLE color: 12308448.
HSL color Cylindrical-coordinate representation of color #E0CFBB: hue angle of 32.43º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0CFBB is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 207 | 187 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.12 |
| HSL | 32.43º | 0.37% | 0.81% | - |
| HSV(B) | 32.43º | 0.17% | 0.88% | - |
| XYZ | 62.02 | 64.06 | 56.11 | - |
| YUV | 209.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 187 | 0 | 0.08 | 0.17 | 0.12 | 32.43 | 0.37 | 0.81 |
| Hex | E0 | CF | BB | 0 | 8 | 11 | C | 20 | 25 | 51 |
| Octal | 340 | 317 | 273 | 0 | 10 | 21 | 14 | 40 | 45 | 121 |
| Binary | 11100000 | 11001111 | 10111011 | 0 | 1000 | 10001 | 1100 | 100000 | 100101 | 1010001 |
Color Harmonies of #E0CFBB
Complementary color
Monochromatic Colors of #E0CFBB
Black with #E0CFBB
Text Example
Text Example
White with #E0CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CFBB; }
p { color: rgb(224,207,187); }
H1.HeaderClassName
{
color: #E0CFBB;
}
.AnyTagClassName
{
color: #E0CFBB;
}
</style>
background-color css
<style>
a { background-color: #E0CFBB; }
a { background-color: rgb(224,207,187); }
div.DivClassName
{
background-color: #E0CFBB;
}
.BgClassName
{
background-color: #E0CFBB;
}
</style>
border-color css
<style>
span { border-color: #E0CFBB; }
span { border-color: rgb(224,207,187); }
td.TdClassName
{
border-color: #E0CFBB;
}
.TagClassName
{
border-color: #E0CFBB;
}
</style>