Html Css Color HEX #EEDED2 Spring Wood

📋 copy color: '#EEDED2'

red 238 ◦ green 222 ◦ blue 210

#EEDED2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Wood #EEDED2

Tints of Spring Wood #EEDED2

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 value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EEDED2 (or 0xEEDED2) is known color: 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

RGB 238 222 210 -
CMYK 0 0.07 0.12 0.07
HSL 25.71º 0.45% 0.88% -
HSV(B) 25.71º 0.12% 0.93% -
XYZ 73.01 75.07 71.62 -
YUV 225.42 119.3 136.98 -
System Red Green Blue C M Y K H S L
Decimal 238 222 210 0 0.07 0.12 0.07 25.71 0.45 0.88
Hex EE DE D2 0 7 C 7 1A 2D 58
Octal 356 336 322 0 7 14 7 32 55 130
Binary 11101110 11011110 11010010 0 111 1100 111 11010 101101 1011000

Color Harmonies of #EEDED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDED2

Black with #EEDED2

Text Example


Text Example

White with #EEDED2

Text Example


Text Example

HTML Codes & Css Web 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>