Html Css Color HEX #E9DCD0 Spring Wood

📋 copy color: '#E9DCD0'

red 233 ◦ green 220 ◦ blue 208

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

Shades of Spring Wood #E9DCD0

Tints of Spring Wood #E9DCD0

RGB

 RED value IS 233 (91.41% from 255) = 35.25%

 GREEN value IS 220 (86.33% from 255) = 33.28%

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

R = 35.25%
G = 33.28%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E9DCD0 (or 0xE9DCD0) is known color: Spring Wood. HEX triplet: E9, DC and D0. RGB value is (233,220,208). Sum of RGB (Red+Green+Blue) = 233+220+208=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 208 (81.64% from 255 or 31.47% from 661); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCD0 is #16232F. Grayscale: #DEDEDE. Windows color (decimal): -1450800 or 13688041. OLE color: 13688041.

HSL color Cylindrical-coordinate representation of color #E9DCD0: hue angle of 28.8º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9DCD0 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 220 208 -
CMYK 0 0.06 0.11 0.09
HSL 28.8º 0.36% 0.86% -
HSV(B) 28.8º 0.11% 0.91% -
XYZ 70.58 73.06 70.06 -
YUV 222.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 233 220 208 0 0.06 0.11 0.09 28.8 0.36 0.86
Hex E9 DC D0 0 6 B 9 1D 24 56
Octal 351 334 320 0 6 13 11 35 44 126
Binary 11101001 11011100 11010000 0 110 1011 1001 11101 100100 1010110

Color Harmonies of #E9DCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DCD0

Black with #E9DCD0

Text Example


Text Example

White with #E9DCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DCD0; }

 p { color: rgb(233,220,208); }

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

background-color css

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

 a { background-color: rgb(233,220,208); }

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

border-color css

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

 span { border-color: rgb(233,220,208); }

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