Html Css Color HEX #EDE1D7 Spring Wood

📋 copy color: '#EDE1D7'

red 237 ◦ green 225 ◦ blue 215

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

Shades of Spring Wood #EDE1D7

Tints of Spring Wood #EDE1D7

RGB

 RED value IS 237 (92.97% from 255) = 35.01%

 GREEN value IS 225 (88.28% from 255) = 33.23%

 BLUE value IS 215 (84.38% from 255) = 31.76%

R = 35.01%
G = 33.23%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EDE1D7 (or 0xEDE1D7) is known color: Spring Wood. HEX triplet: ED, E1 and D7. RGB value is (237,225,215). Sum of RGB (Red+Green+Blue) = 237+225+215=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 225 (88.28% from 255 or 33.23% from 677); Blue value is 215 (84.38% from 255 or 31.76% from 677); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1D7 is #121E28. Grayscale: #E3E3E3. Windows color (decimal): -1187369 or 14148077. OLE color: 14148077.

HSL color Cylindrical-coordinate representation of color #EDE1D7: hue angle of 27.27º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDE1D7 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 225 215 -
CMYK 0 0.05 0.09 0.07
HSL 27.27º 0.38% 0.89% -
HSV(B) 27.27º 0.09% 0.93% -
XYZ 74.12 76.76 75.2 -
YUV 227.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 237 225 215 0 0.05 0.09 0.07 27.27 0.38 0.89
Hex ED E1 D7 0 5 9 7 1B 26 59
Octal 355 341 327 0 5 11 7 33 46 131
Binary 11101101 11100001 11010111 0 101 1001 111 11011 100110 1011001

Color Harmonies of #EDE1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE1D7

Black with #EDE1D7

Text Example


Text Example

White with #EDE1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE1D7; }

 p { color: rgb(237,225,215); }

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

background-color css

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

 a { background-color: rgb(237,225,215); }

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

border-color css

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

 span { border-color: rgb(237,225,215); }

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