Shades of Blanc #E1D4BF
Tints of Blanc #E1D4BF
RGB
CMYK
RGB Variations
Color information
#E1D4BF (or 0xE1D4BF) is known color: Blanc. HEX triplet: E1, D4 and BF. RGB value is (225,212,191). Sum of RGB (Red+Green+Blue) = 225+212+191=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 212 (83.20% from 255 or 33.76% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D4BF is #1E2B40. Grayscale: #D5D5D5. Windows color (decimal): -1977153 or 12571873. OLE color: 12571873.
HSL color Cylindrical-coordinate representation of color #E1D4BF: hue angle of 37.06º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1D4BF is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 191 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.12 |
| HSL | 37.06º | 0.36% | 0.82% | - |
| HSV(B) | 37.06º | 0.15% | 0.88% | - |
| XYZ | 64 | 66.86 | 58.82 | - |
| YUV | 213.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 191 | 0 | 0.06 | 0.15 | 0.12 | 37.06 | 0.36 | 0.82 |
| Hex | E1 | D4 | BF | 0 | 6 | F | C | 25 | 24 | 52 |
| Octal | 341 | 324 | 277 | 0 | 6 | 17 | 14 | 45 | 44 | 122 |
| Binary | 11100001 | 11010100 | 10111111 | 0 | 110 | 1111 | 1100 | 100101 | 100100 | 1010010 |
Color Harmonies of #E1D4BF
Complementary color
Monochromatic Colors of #E1D4BF
Black with #E1D4BF
Text Example
Text Example
White with #E1D4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D4BF; }
p { color: rgb(225,212,191); }
H1.HeaderClassName
{
color: #E1D4BF;
}
.AnyTagClassName
{
color: #E1D4BF;
}
</style>
background-color css
<style>
a { background-color: #E1D4BF; }
a { background-color: rgb(225,212,191); }
div.DivClassName
{
background-color: #E1D4BF;
}
.BgClassName
{
background-color: #E1D4BF;
}
</style>
border-color css
<style>
span { border-color: #E1D4BF; }
span { border-color: rgb(225,212,191); }
td.TdClassName
{
border-color: #E1D4BF;
}
.TagClassName
{
border-color: #E1D4BF;
}
</style>