Shades of Spring Wood #E6DFD9
Tints of Spring Wood #E6DFD9
RGB
CMYK
RGB Variations
Color information
#E6DFD9 (or 0xE6DFD9) is known color: Spring Wood. HEX triplet: E6, DF and D9. RGB value is (230,223,217). Sum of RGB (Red+Green+Blue) = 230+223+217=670 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.33% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 217 (85.16% from 255 or 32.39% from 670); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DFD9 is #192026. Grayscale: #E0E0E0. Windows color (decimal): -1646631 or 14278630. OLE color: 14278630.
HSL color Cylindrical-coordinate representation of color #E6DFD9: hue angle of 27.69º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E6DFD9 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 223 | 217 | - |
CMYK | 0 | 0.03 | 0.06 | 0.10 |
HSL | 27.69º | 0.21% | 0.88% | - |
HSV(B) | 27.69º | 0.06% | 0.9% | - |
XYZ | 71.55 | 74.61 | 76.28 | - |
YUV | 224.41 | 123.82 | 131.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 223 | 217 | 0 | 0.03 | 0.06 | 0.10 | 27.69 | 0.21 | 0.88 |
Hex | E6 | DF | D9 | 0 | 3 | 6 | A | 1C | 15 | 58 |
Octal | 346 | 337 | 331 | 0 | 3 | 6 | 12 | 34 | 25 | 130 |
Binary | 11100110 | 11011111 | 11011001 | 0 | 11 | 110 | 1010 | 11100 | 10101 | 1011000 |
Color Harmonies of #E6DFD9
Complementary color
Monochromatic Colors of #E6DFD9
Black with #E6DFD9
Text Example
Text Example
White with #E6DFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DFD9; }
p { color: rgb(230,223,217); }
H1.HeaderClassName
{
color: #E6DFD9;
}
.AnyTagClassName
{
color: #E6DFD9;
}
</style>
background-color css
<style>
a { background-color: #E6DFD9; }
a { background-color: rgb(230,223,217); }
div.DivClassName
{
background-color: #E6DFD9;
}
.BgClassName
{
background-color: #E6DFD9;
}
</style>
border-color css
<style>
span { border-color: #E6DFD9; }
span { border-color: rgb(230,223,217); }
td.TdClassName
{
border-color: #E6DFD9;
}
.TagClassName
{
border-color: #E6DFD9;
}
</style>