Shades of Blanc #E0D4BF
Tints of Blanc #E0D4BF
RGB
CMYK
RGB Variations
Color information
#E0D4BF (or 0xE0D4BF) is known color: Blanc. HEX triplet: E0, D4 and BF. RGB value is (224,212,191). Sum of RGB (Red+Green+Blue) = 224+212+191=627 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.73% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D4BF is #1F2B40. Grayscale: #D5D5D5. Windows color (decimal): -2042689 or 12571872. OLE color: 12571872.
HSL color Cylindrical-coordinate representation of color #E0D4BF: hue angle of 38.18º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0D4BF is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 212 | 191 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.12 |
| HSL | 38.18º | 0.35% | 0.81% | - |
| HSV(B) | 38.18º | 0.15% | 0.88% | - |
| XYZ | 63.69 | 66.7 | 58.81 | - |
| YUV | 213.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 212 | 191 | 0 | 0.05 | 0.15 | 0.12 | 38.18 | 0.35 | 0.81 |
| Hex | E0 | D4 | BF | 0 | 5 | F | C | 26 | 23 | 51 |
| Octal | 340 | 324 | 277 | 0 | 5 | 17 | 14 | 46 | 43 | 121 |
| Binary | 11100000 | 11010100 | 10111111 | 0 | 101 | 1111 | 1100 | 100110 | 100011 | 1010001 |
Color Harmonies of #E0D4BF
Complementary color
Monochromatic Colors of #E0D4BF
Black with #E0D4BF
Text Example
Text Example
White with #E0D4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D4BF; }
p { color: rgb(224,212,191); }
H1.HeaderClassName
{
color: #E0D4BF;
}
.AnyTagClassName
{
color: #E0D4BF;
}
</style>
background-color css
<style>
a { background-color: #E0D4BF; }
a { background-color: rgb(224,212,191); }
div.DivClassName
{
background-color: #E0D4BF;
}
.BgClassName
{
background-color: #E0D4BF;
}
</style>
border-color css
<style>
span { border-color: #E0D4BF; }
span { border-color: rgb(224,212,191); }
td.TdClassName
{
border-color: #E0D4BF;
}
.TagClassName
{
border-color: #E0D4BF;
}
</style>