Html Css Color HEX #EEE2D5 Spring Wood

📋 copy color: '#EEE2D5'

red 238 ◦ green 226 ◦ blue 213

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

Shades of Spring Wood #EEE2D5

Tints of Spring Wood #EEE2D5

RGB

 RED value IS 238 (93.36% from 255) = 35.16%

 GREEN value IS 226 (88.67% from 255) = 33.38%

 BLUE value IS 213 (83.59% from 255) = 31.46%

R = 35.16%
G = 33.38%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EEE2D5 (or 0xEEE2D5) is known color: Spring Wood. HEX triplet: EE, E2 and D5. RGB value is (238,226,213). Sum of RGB (Red+Green+Blue) = 238+226+213=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 226 (88.67% from 255 or 33.38% from 677); Blue value is 213 (83.59% from 255 or 31.46% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE2D5 is #111D2A. Grayscale: #E4E4E4. Windows color (decimal): -1121579 or 14017262. OLE color: 14017262.

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

Color convert

RGB 238 226 213 -
CMYK 0 0.05 0.11 0.07
HSL 31.2º 0.42% 0.88% -
HSV(B) 31.2º 0.11% 0.93% -
XYZ 74.47 77.37 73.96 -
YUV 228.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 238 226 213 0 0.05 0.11 0.07 31.2 0.42 0.88
Hex EE E2 D5 0 5 B 7 1F 2A 58
Octal 356 342 325 0 5 13 7 37 52 130
Binary 11101110 11100010 11010101 0 101 1011 111 11111 101010 1011000

Color Harmonies of #EEE2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE2D5

Black with #EEE2D5

Text Example


Text Example

White with #EEE2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE2D5; }

 p { color: rgb(238,226,213); }

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

background-color css

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

 a { background-color: rgb(238,226,213); }

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

border-color css

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

 span { border-color: rgb(238,226,213); }

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