Shades of Blanc #E1D3BF
Tints of Blanc #E1D3BF
RGB
CMYK
RGB Variations
Color information
#E1D3BF (or 0xE1D3BF) is known color: Blanc. HEX triplet: E1, D3 and BF. RGB value is (225,211,191). Sum of RGB (Red+Green+Blue) = 225+211+191=627 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.89% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3BF is #1E2C40. Grayscale: #D5D5D5. Windows color (decimal): -1977409 or 12571617. OLE color: 12571617.
HSL color Cylindrical-coordinate representation of color #E1D3BF: hue angle of 35.29º 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 #E1D3BF is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 191 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.12 |
| HSL | 35.29º | 0.36% | 0.82% | - |
| HSV(B) | 35.29º | 0.15% | 0.88% | - |
| XYZ | 63.75 | 66.36 | 58.74 | - |
| YUV | 212.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 191 | 0 | 0.06 | 0.15 | 0.12 | 35.29 | 0.36 | 0.82 |
| Hex | E1 | D3 | BF | 0 | 6 | F | C | 23 | 24 | 52 |
| Octal | 341 | 323 | 277 | 0 | 6 | 17 | 14 | 43 | 44 | 122 |
| Binary | 11100001 | 11010011 | 10111111 | 0 | 110 | 1111 | 1100 | 100011 | 100100 | 1010010 |
Color Harmonies of #E1D3BF
Complementary color
Monochromatic Colors of #E1D3BF
Black with #E1D3BF
Text Example
Text Example
White with #E1D3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D3BF; }
p { color: rgb(225,211,191); }
H1.HeaderClassName
{
color: #E1D3BF;
}
.AnyTagClassName
{
color: #E1D3BF;
}
</style>
background-color css
<style>
a { background-color: #E1D3BF; }
a { background-color: rgb(225,211,191); }
div.DivClassName
{
background-color: #E1D3BF;
}
.BgClassName
{
background-color: #E1D3BF;
}
</style>
border-color css
<style>
span { border-color: #E1D3BF; }
span { border-color: rgb(225,211,191); }
td.TdClassName
{
border-color: #E1D3BF;
}
.TagClassName
{
border-color: #E1D3BF;
}
</style>