Shades of Blanc #E1D2BF
Tints of Blanc #E1D2BF
RGB
CMYK
RGB Variations
Color information
#E1D2BF (or 0xE1D2BF) is known color: Blanc. HEX triplet: E1, D2 and BF. RGB value is (225,210,191). Sum of RGB (Red+Green+Blue) = 225+210+191=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D2BF is #1E2D40. Grayscale: #D4D4D4. Windows color (decimal): -1977665 or 12571361. OLE color: 12571361.
HSL color Cylindrical-coordinate representation of color #E1D2BF: hue angle of 33.53º 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 #E1D2BF is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 191 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.12 |
| HSL | 33.53º | 0.36% | 0.82% | - |
| HSV(B) | 33.53º | 0.15% | 0.88% | - |
| XYZ | 63.5 | 65.86 | 58.66 | - |
| YUV | 212.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 191 | 0 | 0.07 | 0.15 | 0.12 | 33.53 | 0.36 | 0.82 |
| Hex | E1 | D2 | BF | 0 | 7 | F | C | 22 | 24 | 52 |
| Octal | 341 | 322 | 277 | 0 | 7 | 17 | 14 | 42 | 44 | 122 |
| Binary | 11100001 | 11010010 | 10111111 | 0 | 111 | 1111 | 1100 | 100010 | 100100 | 1010010 |
Color Harmonies of #E1D2BF
Complementary color
Monochromatic Colors of #E1D2BF
Black with #E1D2BF
Text Example
Text Example
White with #E1D2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D2BF; }
p { color: rgb(225,210,191); }
H1.HeaderClassName
{
color: #E1D2BF;
}
.AnyTagClassName
{
color: #E1D2BF;
}
</style>
background-color css
<style>
a { background-color: #E1D2BF; }
a { background-color: rgb(225,210,191); }
div.DivClassName
{
background-color: #E1D2BF;
}
.BgClassName
{
background-color: #E1D2BF;
}
</style>
border-color css
<style>
span { border-color: #E1D2BF; }
span { border-color: rgb(225,210,191); }
td.TdClassName
{
border-color: #E1D2BF;
}
.TagClassName
{
border-color: #E1D2BF;
}
</style>