Shades of Spring Wood #E6DFDA
Tints of Spring Wood #E6DFDA
RGB
CMYK
RGB Variations
Color information
#E6DFDA (or 0xE6DFDA) is known color: Spring Wood. HEX triplet: E6, DF and DA. RGB value is (230,223,218). Sum of RGB (Red+Green+Blue) = 230+223+218=671 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.28% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DFDA is #192025. Grayscale: #E0E0E0. Windows color (decimal): -1646630 or 14344166. OLE color: 14344166.
HSL color Cylindrical-coordinate representation of color #E6DFDA: hue angle of 25º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6DFDA is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 218 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.10 |
| HSL | 25º | 0.19% | 0.88% | - |
| HSV(B) | 25º | 0.05% | 0.9% | - |
| XYZ | 71.68 | 74.66 | 76.96 | - |
| YUV | 224.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 218 | 0 | 0.03 | 0.05 | 0.10 | 25 | 0.19 | 0.88 |
| Hex | E6 | DF | DA | 0 | 3 | 5 | A | 19 | 13 | 58 |
| Octal | 346 | 337 | 332 | 0 | 3 | 5 | 12 | 31 | 23 | 130 |
| Binary | 11100110 | 11011111 | 11011010 | 0 | 11 | 101 | 1010 | 11001 | 10011 | 1011000 |
Color Harmonies of #E6DFDA
Complementary color
Monochromatic Colors of #E6DFDA
Black with #E6DFDA
Text Example
Text Example
White with #E6DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DFDA; }
p { color: rgb(230,223,218); }
H1.HeaderClassName
{
color: #E6DFDA;
}
.AnyTagClassName
{
color: #E6DFDA;
}
</style>
background-color css
<style>
a { background-color: #E6DFDA; }
a { background-color: rgb(230,223,218); }
div.DivClassName
{
background-color: #E6DFDA;
}
.BgClassName
{
background-color: #E6DFDA;
}
</style>
border-color css
<style>
span { border-color: #E6DFDA; }
span { border-color: rgb(230,223,218); }
td.TdClassName
{
border-color: #E6DFDA;
}
.TagClassName
{
border-color: #E6DFDA;
}
</style>