Shades of Spring Wood #EFDFD3
Tints of Spring Wood #EFDFD3
RGB
CMYK
RGB Variations
Color information
#EFDFD3 (or 0xEFDFD3) is known color: Spring Wood. HEX triplet: EF, DF and D3. RGB value is (239,223,211). Sum of RGB (Red+Green+Blue) = 239+223+211=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 211 (82.81% from 255 or 31.35% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFD3 is #10202C. Grayscale: #E2E2E2. Windows color (decimal): -1056813 or 13885423. OLE color: 13885423.
HSL color Cylindrical-coordinate representation of color #EFDFD3: hue angle of 25.71º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFDFD3 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 223 | 211 | - |
CMYK | 0 | 0.07 | 0.12 | 0.06 |
HSL | 25.71º | 0.47% | 0.88% | - |
HSV(B) | 25.71º | 0.12% | 0.94% | - |
XYZ | 73.74 | 75.83 | 72.38 | - |
YUV | 226.42 | 119.3 | 136.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 223 | 211 | 0 | 0.07 | 0.12 | 0.06 | 25.71 | 0.47 | 0.88 |
Hex | EF | DF | D3 | 0 | 7 | C | 6 | 1A | 2F | 58 |
Octal | 357 | 337 | 323 | 0 | 7 | 14 | 6 | 32 | 57 | 130 |
Binary | 11101111 | 11011111 | 11010011 | 0 | 111 | 1100 | 110 | 11010 | 101111 | 1011000 |
Color Harmonies of #EFDFD3
Complementary color
Monochromatic Colors of #EFDFD3
Black with #EFDFD3
Text Example
Text Example
White with #EFDFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFD3; }
p { color: rgb(239,223,211); }
H1.HeaderClassName
{
color: #EFDFD3;
}
.AnyTagClassName
{
color: #EFDFD3;
}
</style>
background-color css
<style>
a { background-color: #EFDFD3; }
a { background-color: rgb(239,223,211); }
div.DivClassName
{
background-color: #EFDFD3;
}
.BgClassName
{
background-color: #EFDFD3;
}
</style>
border-color css
<style>
span { border-color: #EFDFD3; }
span { border-color: rgb(239,223,211); }
td.TdClassName
{
border-color: #EFDFD3;
}
.TagClassName
{
border-color: #EFDFD3;
}
</style>