#E2DED0

Color #E2DED0 Sea Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Fog #E2DED0

Tints of Sea Fog #E2DED0

Color information

#E2DED0 (or 0xE2DED0) is unknown color: approx Sea Fog. HEX triplet: E2, DE and D0. RGB value is (226,222,208). Sum of RGB (Red+Green+Blue) = 226+222+208=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 208 (81.64% from 255 or 31.71% from 656); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DED0 is #1D212F. Grayscale: #DDDDDD. Windows color (decimal): -1909040 or 13688546. OLE color: 13688546.

HSL color Cylindrical-coordinate representation of color #E2DED0: hue angle of 46.67º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2DED0 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB226222208-
CMYK00.020.080.11
HSL46.67º23.68%85.1%-
HSV(B)46.67º7.96%88.63%-
XYZ68.8772.9770.13-
YUV221.6120.33131.14-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.45%
GREEN value IS 222 (87.11% from 255) = 33.84%
BLUE value IS 208 (81.64% from 255) = 31.71%
R=34.45%
G=33.84%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622220800.020.080.1146.6723.6885.1
HexE2DED0028B2f1855
Octal3423363200210135730125
Binary11100010110111101101000001010001011101111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DED0; }

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

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

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

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

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

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

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

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