Shades of Spring Wood #EADDCF
Tints of Spring Wood #EADDCF
RGB
CMYK
RGB Variations
Color information
#EADDCF (or 0xEADDCF) is known color: Spring Wood. HEX triplet: EA, DD and CF. RGB value is (234,221,207). Sum of RGB (Red+Green+Blue) = 234+221+207=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDCF is #152230. Grayscale: #DFDFDF. Windows color (decimal): -1385009 or 13622762. OLE color: 13622762.
HSL color Cylindrical-coordinate representation of color #EADDCF: hue angle of 31.11º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EADDCF is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 221 | 207 | - |
CMYK | 0 | 0.06 | 0.12 | 0.08 |
HSL | 31.11º | 0.39% | 0.86% | - |
HSV(B) | 31.11º | 0.12% | 0.92% | - |
XYZ | 71.05 | 73.71 | 69.51 | - |
YUV | 223.29 | 118.81 | 135.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 221 | 207 | 0 | 0.06 | 0.12 | 0.08 | 31.11 | 0.39 | 0.86 |
Hex | EA | DD | CF | 0 | 6 | C | 8 | 1F | 27 | 56 |
Octal | 352 | 335 | 317 | 0 | 6 | 14 | 10 | 37 | 47 | 126 |
Binary | 11101010 | 11011101 | 11001111 | 0 | 110 | 1100 | 1000 | 11111 | 100111 | 1010110 |
Color Harmonies of #EADDCF
Complementary color
Monochromatic Colors of #EADDCF
Black with #EADDCF
Text Example
Text Example
White with #EADDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDCF; }
p { color: rgb(234,221,207); }
H1.HeaderClassName
{
color: #EADDCF;
}
.AnyTagClassName
{
color: #EADDCF;
}
</style>
background-color css
<style>
a { background-color: #EADDCF; }
a { background-color: rgb(234,221,207); }
div.DivClassName
{
background-color: #EADDCF;
}
.BgClassName
{
background-color: #EADDCF;
}
</style>
border-color css
<style>
span { border-color: #EADDCF; }
span { border-color: rgb(234,221,207); }
td.TdClassName
{
border-color: #EADDCF;
}
.TagClassName
{
border-color: #EADDCF;
}
</style>