Shades of Blanc #E1D0BC
Tints of Blanc #E1D0BC
RGB
CMYK
RGB Variations
Color information
#E1D0BC (or 0xE1D0BC) is known color: Blanc. HEX triplet: E1, D0 and BC. RGB value is (225,208,188). Sum of RGB (Red+Green+Blue) = 225+208+188=621 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.23% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D0BC is #1E2F43. Grayscale: #D2D2D2. Windows color (decimal): -1978180 or 12374241. OLE color: 12374241.
HSL color Cylindrical-coordinate representation of color #E1D0BC: hue angle of 32.43º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1D0BC is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 188 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.12 |
| HSL | 32.43º | 0.38% | 0.81% | - |
| HSV(B) | 32.43º | 0.16% | 0.88% | - |
| XYZ | 62.68 | 64.75 | 56.77 | - |
| YUV | 210.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 188 | 0 | 0.08 | 0.16 | 0.12 | 32.43 | 0.38 | 0.81 |
| Hex | E1 | D0 | BC | 0 | 8 | 10 | C | 20 | 26 | 51 |
| Octal | 341 | 320 | 274 | 0 | 10 | 20 | 14 | 40 | 46 | 121 |
| Binary | 11100001 | 11010000 | 10111100 | 0 | 1000 | 10000 | 1100 | 100000 | 100110 | 1010001 |
Color Harmonies of #E1D0BC
Complementary color
Monochromatic Colors of #E1D0BC
Black with #E1D0BC
Text Example
Text Example
White with #E1D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D0BC; }
p { color: rgb(225,208,188); }
H1.HeaderClassName
{
color: #E1D0BC;
}
.AnyTagClassName
{
color: #E1D0BC;
}
</style>
background-color css
<style>
a { background-color: #E1D0BC; }
a { background-color: rgb(225,208,188); }
div.DivClassName
{
background-color: #E1D0BC;
}
.BgClassName
{
background-color: #E1D0BC;
}
</style>
border-color css
<style>
span { border-color: #E1D0BC; }
span { border-color: rgb(225,208,188); }
td.TdClassName
{
border-color: #E1D0BC;
}
.TagClassName
{
border-color: #E1D0BC;
}
</style>