Html Css Color HEX #EEDFD0 Spring Wood

📋 copy color: '#EEDFD0'

red 238 ◦ green 223 ◦ blue 208

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

Shades of Spring Wood #EEDFD0

Tints of Spring Wood #EEDFD0

RGB

 RED value IS 238 (93.36% from 255) = 35.58%

 GREEN value IS 223 (87.5% from 255) = 33.33%

 BLUE value IS 208 (81.64% from 255) = 31.09%

R = 35.58%
G = 33.33%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EEDFD0 (or 0xEEDFD0) is known color: Spring Wood. HEX triplet: EE, DF and D0. RGB value is (238,223,208). Sum of RGB (Red+Green+Blue) = 238+223+208=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 208 (81.64% from 255 or 31.09% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFD0 is #11202F. Grayscale: #E1E1E1. Windows color (decimal): -1122352 or 13688814. OLE color: 13688814.

HSL color Cylindrical-coordinate representation of color #EEDFD0: hue angle of 30º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEDFD0 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 223 208 -
CMYK 0 0.06 0.13 0.07
HSL 30º 0.47% 0.87% -
HSV(B) 30º 0.13% 0.93% -
XYZ 73.03 75.51 70.4 -
YUV 225.78 117.97 136.72 -
System Red Green Blue C M Y K H S L
Decimal 238 223 208 0 0.06 0.13 0.07 30 0.47 0.87
Hex EE DF D0 0 6 D 7 1E 2F 57
Octal 356 337 320 0 6 15 7 36 57 127
Binary 11101110 11011111 11010000 0 110 1101 111 11110 101111 1010111

Color Harmonies of #EEDFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDFD0

Black with #EEDFD0

Text Example


Text Example

White with #EEDFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDFD0; }

 p { color: rgb(238,223,208); }

 H1.HeaderClassName
 {
   color: #EEDFD0;
 }
 .AnyTagClassName
 {
   color: #EEDFD0;
 }
</style>

background-color css

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

 a { background-color: rgb(238,223,208); }

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

border-color css

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

 span { border-color: rgb(238,223,208); }

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