Shades of Spring Wood #E3DFDB
Tints of Spring Wood #E3DFDB
RGB
CMYK
RGB Variations
Color information
#E3DFDB (or 0xE3DFDB) is known color: Spring Wood. HEX triplet: E3, DF and DB. RGB value is (227,223,219). Sum of RGB (Red+Green+Blue) = 227+223+219=669 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.93% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DFDB is #1C2024. Grayscale: #DFDFDF. Windows color (decimal): -1843237 or 14409699. OLE color: 14409699.
HSL color Cylindrical-coordinate representation of color #E3DFDB: hue angle of 30º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E3DFDB is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 227 | 223 | 219 | - |
CMYK | 0 | 0.02 | 0.04 | 0.11 |
HSL | 30º | 0.13% | 0.87% | - |
HSV(B) | 30º | 0.04% | 0.89% | - |
XYZ | 70.85 | 74.22 | 77.61 | - |
YUV | 223.74 | 125.33 | 130.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 223 | 219 | 0 | 0.02 | 0.04 | 0.11 | 30 | 0.13 | 0.87 |
Hex | E3 | DF | DB | 0 | 2 | 4 | B | 1E | C | 57 |
Octal | 343 | 337 | 333 | 0 | 2 | 4 | 13 | 36 | 14 | 127 |
Binary | 11100011 | 11011111 | 11011011 | 0 | 10 | 100 | 1011 | 11110 | 1100 | 1010111 |
Color Harmonies of #E3DFDB
Complementary color
Monochromatic Colors of #E3DFDB
Black with #E3DFDB
Text Example
Text Example
White with #E3DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DFDB; }
p { color: rgb(227,223,219); }
H1.HeaderClassName
{
color: #E3DFDB;
}
.AnyTagClassName
{
color: #E3DFDB;
}
</style>
background-color css
<style>
a { background-color: #E3DFDB; }
a { background-color: rgb(227,223,219); }
div.DivClassName
{
background-color: #E3DFDB;
}
.BgClassName
{
background-color: #E3DFDB;
}
</style>
border-color css
<style>
span { border-color: #E3DFDB; }
span { border-color: rgb(227,223,219); }
td.TdClassName
{
border-color: #E3DFDB;
}
.TagClassName
{
border-color: #E3DFDB;
}
</style>