Html Css Color HEX #EDE3D9 Spring Wood

📋 copy color: '#EDE3D9'

red 237 ◦ green 227 ◦ blue 217

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

Shades of Spring Wood #EDE3D9

Tints of Spring Wood #EDE3D9

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.33%

 BLUE value IS 217 (85.16% from 255) = 31.86%

R = 34.8%
G = 33.33%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDE3D9 (or 0xEDE3D9) is known color: Spring Wood. HEX triplet: ED, E3 and D9. RGB value is (237,227,217). Sum of RGB (Red+Green+Blue) = 237+227+217=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 227 (89.06% from 255 or 33.33% from 681); Blue value is 217 (85.16% from 255 or 31.86% from 681); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3D9 is #121C26. Grayscale: #E4E4E4. Windows color (decimal): -1186855 or 14279661. OLE color: 14279661.

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

Color convert

RGB 237 227 217 -
CMYK 0 0.04 0.08 0.07
HSL 30º 0.36% 0.89% -
HSV(B) 30º 0.08% 0.93% -
XYZ 74.92 77.95 76.74 -
YUV 228.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 237 227 217 0 0.04 0.08 0.07 30 0.36 0.89
Hex ED E3 D9 0 4 8 7 1E 24 59
Octal 355 343 331 0 4 10 7 36 44 131
Binary 11101101 11100011 11011001 0 100 1000 111 11110 100100 1011001

Color Harmonies of #EDE3D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE3D9

Black with #EDE3D9

Text Example


Text Example

White with #EDE3D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE3D9; }

 p { color: rgb(237,227,217); }

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

background-color css

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

 a { background-color: rgb(237,227,217); }

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

border-color css

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

 span { border-color: rgb(237,227,217); }

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