#E0DDD4

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

Shades of Sea Fog #E0DDD4

Tints of Sea Fog #E0DDD4

Color information

#E0DDD4 (or 0xE0DDD4) is unknown color: approx Sea Fog. HEX triplet: E0, DD and D4. RGB value is (224,221,212). Sum of RGB (Red+Green+Blue) = 224+221+212=657 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.09% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 212 (83.20% from 255 or 32.27% from 657); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDD4 is #1F222B. Grayscale: #DCDCDC. Windows color (decimal): -2040364 or 13950432. OLE color: 13950432.

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

Color convert

RGB224221212-
CMYK00.010.050.12
HSL45º16.22%85.49%-
HSV(B)45º5.36%87.84%-
XYZ68.4872.3172.64-
YUV220.87122.99130.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.09%
GREEN value IS 221 (86.72% from 255) = 33.64%
BLUE value IS 212 (83.20% from 255) = 32.27%
R=34.09%
G=33.64%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422121200.010.050.124516.2285.49
HexE0DDD4015C2d1055
Octal340335324015145520125
Binary111000001101110111010100011011100101101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DDD4; }

 p { color: rgb(224,221,212); }

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

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

 a { background-color: rgb(224,221,212); }

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

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

 span { border-color: rgb(224,221,212); }

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