#E1DDD0

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

Shades of Sea Fog #E1DDD0

Tints of Sea Fog #E1DDD0

Color information

#E1DDD0 (or 0xE1DDD0) is unknown color: approx Sea Fog. HEX triplet: E1, DD and D0. RGB value is (225,221,208). Sum of RGB (Red+Green+Blue) = 225+221+208=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DDD0 is #1E222F. Grayscale: #DCDCDC. Windows color (decimal): -1974832 or 13688289. OLE color: 13688289.

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

Color convert

RGB225221208-
CMYK00.020.080.12
HSL45.88º22.08%84.9%-
HSV(B)45.88º7.56%88.24%-
XYZ68.2972.2770.03-
YUV220.71120.83131.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.40%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 208 (81.64% from 255) = 31.80%
R=34.40%
G=33.79%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522120800.020.080.1245.8822.0884.9
HexE1DDD0028C2e1655
Octal3413353200210145626125
Binary11100001110111011101000001010001100101110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DDD0; }

 p { color: rgb(225,221,208); }

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

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

 a { background-color: rgb(225,221,208); }

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

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

 span { border-color: rgb(225,221,208); }

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