#E6E1DE

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

Shades of Spring Wood #E6E1DE

Tints of Spring Wood #E6E1DE

Color information

#E6E1DE (or 0xE6E1DE) is unknown color: approx Spring Wood. HEX triplet: E6, E1 and DE. RGB value is (230,225,222). Sum of RGB (Red+Green+Blue) = 230+225+222=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 225 (88.28% from 255 or 33.23% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E1DE is #191E21. Grayscale: #E2E2E2. Windows color (decimal): -1646114 or 14606822. OLE color: 14606822.

HSL color Cylindrical-coordinate representation of color #E6E1DE: hue angle of 22.5º 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 #E6E1DE is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB230225222-
CMYK00.020.030.10
HSL22.5º13.79%88.63%-
HSV(B)22.5º3.48%90.2%-
XYZ72.7475.9579.93-
YUV226.15125.66130.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.97%
GREEN value IS 225 (88.28% from 255) = 33.23%
BLUE value IS 222 (87.11% from 255) = 32.79%
R=33.97%
G=33.23%
B=32.79%

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
Decimal23022522200.020.030.1022.513.7988.63
HexE6E1DE023A17e59
Octal346341336023122716131
Binary1110011011100001110111100101110101011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E1DE; }

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

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

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

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

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

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

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

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