Html Css Color HEX #EADDD0 Spring Wood

📋 copy color: '#EADDD0'

red 234 ◦ green 221 ◦ blue 208

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

Shades of Spring Wood #EADDD0

Tints of Spring Wood #EADDD0

RGB

 RED value IS 234 (91.8% from 255) = 35.29%

 GREEN value IS 221 (86.72% from 255) = 33.33%

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

R = 35.29%
G = 33.33%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EADDD0 (or 0xEADDD0) is known color: Spring Wood. HEX triplet: EA, DD and D0. RGB value is (234,221,208). Sum of RGB (Red+Green+Blue) = 234+221+208=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 208 (81.64% from 255 or 31.37% from 663); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDD0 is #15222F. Grayscale: #DFDFDF. Windows color (decimal): -1385008 or 13688298. OLE color: 13688298.

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

Color convert

RGB 234 221 208 -
CMYK 0 0.06 0.11 0.08
HSL 30º 0.38% 0.87% -
HSV(B) 30º 0.11% 0.92% -
XYZ 71.17 73.76 70.16 -
YUV 223.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 234 221 208 0 0.06 0.11 0.08 30 0.38 0.87
Hex EA DD D0 0 6 B 8 1E 26 57
Octal 352 335 320 0 6 13 10 36 46 127
Binary 11101010 11011101 11010000 0 110 1011 1000 11110 100110 1010111

Color Harmonies of #EADDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADDD0

Black with #EADDD0

Text Example


Text Example

White with #EADDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADDD0; }

 p { color: rgb(234,221,208); }

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

background-color css

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

 a { background-color: rgb(234,221,208); }

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

border-color css

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

 span { border-color: rgb(234,221,208); }

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