Html Css Color HEX #E5DDD6 Spring Wood

📋 copy color: '#E5DDD6'

red 229 ◦ green 221 ◦ blue 214

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

Shades of Spring Wood #E5DDD6

Tints of Spring Wood #E5DDD6

RGB

 RED value IS 229 (89.84% from 255) = 34.49%

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

 BLUE value IS 214 (83.98% from 255) = 32.23%

R = 34.49%
G = 33.28%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E5DDD6 (or 0xE5DDD6) is known color: Spring Wood. HEX triplet: E5, DD and D6. RGB value is (229,221,214). Sum of RGB (Red+Green+Blue) = 229+221+214=664 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.49% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 214 (83.98% from 255 or 32.23% from 664); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DDD6 is #1A2229. Grayscale: #DEDEDE. Windows color (decimal): -1712682 or 14081509. OLE color: 14081509.

HSL color Cylindrical-coordinate representation of color #E5DDD6: hue angle of 28º degrees, saturation: 0.22, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E5DDD6 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 221 214 -
CMYK 0 0.03 0.07 0.10
HSL 28º 0.22% 0.87% -
HSV(B) 28º 0.07% 0.9% -
XYZ 70.31 73.23 74.05 -
YUV 222.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 229 221 214 0 0.03 0.07 0.10 28 0.22 0.87
Hex E5 DD D6 0 3 7 A 1C 16 57
Octal 345 335 326 0 3 7 12 34 26 127
Binary 11100101 11011101 11010110 0 11 111 1010 11100 10110 1010111

Color Harmonies of #E5DDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DDD6

Black with #E5DDD6

Text Example


Text Example

White with #E5DDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DDD6; }

 p { color: rgb(229,221,214); }

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

background-color css

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

 a { background-color: rgb(229,221,214); }

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

border-color css

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

 span { border-color: rgb(229,221,214); }

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