Shades of Blanc #E0D0BC
Tints of Blanc #E0D0BC
RGB
CMYK
RGB Variations
Color information
#E0D0BC (or 0xE0D0BC) is known color: Blanc. HEX triplet: E0, D0 and BC. RGB value is (224,208,188). Sum of RGB (Red+Green+Blue) = 224+208+188=620 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.13% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D0BC is #1F2F43. Grayscale: #D2D2D2. Windows color (decimal): -2043716 or 12374240. OLE color: 12374240.
HSL color Cylindrical-coordinate representation of color #E0D0BC: hue angle of 33.33º degrees, saturation: 0.37, 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 #E0D0BC is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 208 | 188 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.12 |
| HSL | 33.33º | 0.37% | 0.81% | - |
| HSV(B) | 33.33º | 0.16% | 0.88% | - |
| XYZ | 62.37 | 64.59 | 56.76 | - |
| YUV | 210.5 | 115.3 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 208 | 188 | 0 | 0.07 | 0.16 | 0.12 | 33.33 | 0.37 | 0.81 |
| Hex | E0 | D0 | BC | 0 | 7 | 10 | C | 21 | 25 | 51 |
| Octal | 340 | 320 | 274 | 0 | 7 | 20 | 14 | 41 | 45 | 121 |
| Binary | 11100000 | 11010000 | 10111100 | 0 | 111 | 10000 | 1100 | 100001 | 100101 | 1010001 |
Color Harmonies of #E0D0BC
Complementary color
Monochromatic Colors of #E0D0BC
Black with #E0D0BC
Text Example
Text Example
White with #E0D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D0BC; }
p { color: rgb(224,208,188); }
H1.HeaderClassName
{
color: #E0D0BC;
}
.AnyTagClassName
{
color: #E0D0BC;
}
</style>
background-color css
<style>
a { background-color: #E0D0BC; }
a { background-color: rgb(224,208,188); }
div.DivClassName
{
background-color: #E0D0BC;
}
.BgClassName
{
background-color: #E0D0BC;
}
</style>
border-color css
<style>
span { border-color: #E0D0BC; }
span { border-color: rgb(224,208,188); }
td.TdClassName
{
border-color: #E0D0BC;
}
.TagClassName
{
border-color: #E0D0BC;
}
</style>