#EEDED2

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

Shades of Spring Wood #EEDED2

Tints of Spring Wood #EEDED2

Color information

#EEDED2 (or 0xEEDED2) is unknown color: approx Spring Wood. HEX triplet: EE, DE and D2. RGB value is (238,222,210). Sum of RGB (Red+Green+Blue) = 238+222+210=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 210 (82.42% from 255 or 31.34% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDED2 is #11212D. Grayscale: #E1E1E1. Windows color (decimal): -1122606 or 13819630. OLE color: 13819630.

HSL color Cylindrical-coordinate representation of color #EEDED2: hue angle of 25.71º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EEDED2 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB238222210-
CMYK00.070.120.07
HSL25.71º45.16%87.84%-
HSV(B)25.71º11.76%93.33%-
XYZ73.0175.0771.62-
YUV225.42119.3136.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.52%
GREEN value IS 222 (87.11% from 255) = 33.13%
BLUE value IS 210 (82.42% from 255) = 31.34%
R=35.52%
G=33.13%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822221000.070.120.0725.7145.1687.84
HexEEDED207C71a2d58
Octal356336322071473255130
Binary11101110110111101101001001111100111110101011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDED2; }

 p { color: rgb(238,222,210); }

 H1.HeaderClassName
 {
   color: #EEDED2;
 }
 .AnyTagClassName
 {
   color: #EEDED2;
 }
</style>
background-color css

<style>
 a { background-color: #EEDED2; }

 a { background-color: rgb(238,222,210); }

 div.DivClassName
 {
   background-color: #EEDED2;
 }
 .BgClassName
 {
   background-color: #EEDED2;
 }
</style>
border-color css

<style>
 span { border-color: #EEDED2; }

 span { border-color: rgb(238,222,210); }

 td.TdClassName
 {
   border-color: #EEDED2;
 }
 .TagClassName
 {
   border-color: #EEDED2;
 }
</style>