Shades of Blanc #E0D3BE
Tints of Blanc #E0D3BE
RGB
CMYK
RGB Variations
Color information
#E0D3BE (or 0xE0D3BE) is known color: Blanc. HEX triplet: E0, D3 and BE. RGB value is (224,211,190). Sum of RGB (Red+Green+Blue) = 224+211+190=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D3BE is #1F2C41. Grayscale: #D4D4D4. Windows color (decimal): -2042946 or 12506080. OLE color: 12506080.
HSL color Cylindrical-coordinate representation of color #E0D3BE: hue angle of 37.06º 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 #E0D3BE is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 211 | 190 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.12 |
| HSL | 37.06º | 0.35% | 0.81% | - |
| HSV(B) | 37.06º | 0.15% | 0.88% | - |
| XYZ | 63.33 | 66.15 | 58.15 | - |
| YUV | 212.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 211 | 190 | 0 | 0.06 | 0.15 | 0.12 | 37.06 | 0.35 | 0.81 |
| Hex | E0 | D3 | BE | 0 | 6 | F | C | 25 | 23 | 51 |
| Octal | 340 | 323 | 276 | 0 | 6 | 17 | 14 | 45 | 43 | 121 |
| Binary | 11100000 | 11010011 | 10111110 | 0 | 110 | 1111 | 1100 | 100101 | 100011 | 1010001 |
Color Harmonies of #E0D3BE
Complementary color
Monochromatic Colors of #E0D3BE
Black with #E0D3BE
Text Example
Text Example
White with #E0D3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D3BE; }
p { color: rgb(224,211,190); }
H1.HeaderClassName
{
color: #E0D3BE;
}
.AnyTagClassName
{
color: #E0D3BE;
}
</style>
background-color css
<style>
a { background-color: #E0D3BE; }
a { background-color: rgb(224,211,190); }
div.DivClassName
{
background-color: #E0D3BE;
}
.BgClassName
{
background-color: #E0D3BE;
}
</style>
border-color css
<style>
span { border-color: #E0D3BE; }
span { border-color: rgb(224,211,190); }
td.TdClassName
{
border-color: #E0D3BE;
}
.TagClassName
{
border-color: #E0D3BE;
}
</style>