#EADDCF

Color #EADDCF Spring Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Wood #EADDCF

Tints of Spring Wood #EADDCF

Color information

#EADDCF (or 0xEADDCF) is unknown color: approx 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

RGB234221207-
CMYK00.060.120.08
HSL31.11º39.13%86.47%-
HSV(B)31.11º11.54%91.76%-
XYZ71.0573.7169.51-
YUV223.29118.81135.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 35.35%
GREEN value IS 221 (86.72% from 255) = 33.38%
BLUE value IS 207 (81.25% from 255) = 31.27%
R=35.35%
G=33.38%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422120700.060.120.0831.1139.1386.47
HexEADDCF06C81f2756
Octal3523353170614103747126
Binary111010101101110111001111011011001000111111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>