#E6E2DE

Color #E6E2DE Spring Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Wood #E6E2DE

Tints of Spring Wood #E6E2DE

Color information

#E6E2DE (or 0xE6E2DE) is unknown color: approx Spring Wood. HEX triplet: E6, E2 and DE. RGB value is (230,226,222). Sum of RGB (Red+Green+Blue) = 230+226+222=678 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.92% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E2DE is #191D21. Grayscale: #E2E2E2. Windows color (decimal): -1645858 or 14607078. OLE color: 14607078.

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

Color convert

RGB230226222-
CMYK00.020.030.10
HSL30º13.79%88.63%-
HSV(B)30º3.48%90.2%-
XYZ73.0176.4980.02-
YUV226.74125.33130.33-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.92%
GREEN value IS 226 (88.67% from 255) = 33.33%
BLUE value IS 222 (87.11% from 255) = 32.74%
R=33.92%
G=33.33%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022622200.020.030.103013.7988.63
HexE6E2DE023A1ee59
Octal346342336023123616131
Binary1110011011100010110111100101110101111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E2DE; }

 p { color: rgb(230,226,222); }

 H1.HeaderClassName
 {
   color: #E6E2DE;
 }
 .AnyTagClassName
 {
   color: #E6E2DE;
 }
</style>
background-color css

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

 a { background-color: rgb(230,226,222); }

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

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

 span { border-color: rgb(230,226,222); }

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