Shades of Spring Wood #EBDFD3
Tints of Spring Wood #EBDFD3
RGB
CMYK
RGB Variations
Color information
#EBDFD3 (or 0xEBDFD3) is known color: Spring Wood. HEX triplet: EB, DF and D3. RGB value is (235,223,211). Sum of RGB (Red+Green+Blue) = 235+223+211=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 211 (82.81% from 255 or 31.54% from 669); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFD3 is #14202C. Grayscale: #E1E1E1. Windows color (decimal): -1318957 or 13885419. OLE color: 13885419.
HSL color Cylindrical-coordinate representation of color #EBDFD3: hue angle of 30º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBDFD3 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 223 | 211 | - |
CMYK | 0 | 0.05 | 0.10 | 0.08 |
HSL | 30º | 0.38% | 0.87% | - |
HSV(B) | 30º | 0.1% | 0.92% | - |
XYZ | 72.41 | 75.14 | 72.32 | - |
YUV | 225.22 | 119.98 | 134.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 223 | 211 | 0 | 0.05 | 0.10 | 0.08 | 30 | 0.38 | 0.87 |
Hex | EB | DF | D3 | 0 | 5 | A | 8 | 1E | 26 | 57 |
Octal | 353 | 337 | 323 | 0 | 5 | 12 | 10 | 36 | 46 | 127 |
Binary | 11101011 | 11011111 | 11010011 | 0 | 101 | 1010 | 1000 | 11110 | 100110 | 1010111 |
Color Harmonies of #EBDFD3
Complementary color
Monochromatic Colors of #EBDFD3
Black with #EBDFD3
Text Example
Text Example
White with #EBDFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFD3; }
p { color: rgb(235,223,211); }
H1.HeaderClassName
{
color: #EBDFD3;
}
.AnyTagClassName
{
color: #EBDFD3;
}
</style>
background-color css
<style>
a { background-color: #EBDFD3; }
a { background-color: rgb(235,223,211); }
div.DivClassName
{
background-color: #EBDFD3;
}
.BgClassName
{
background-color: #EBDFD3;
}
</style>
border-color css
<style>
span { border-color: #EBDFD3; }
span { border-color: rgb(235,223,211); }
td.TdClassName
{
border-color: #EBDFD3;
}
.TagClassName
{
border-color: #EBDFD3;
}
</style>