#E0DDD6

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

Shades of Sea Fog #E0DDD6

Tints of Sea Fog #E0DDD6

Color information

#E0DDD6 (or 0xE0DDD6) is unknown color: approx Sea Fog. HEX triplet: E0, DD and D6. RGB value is (224,221,214). Sum of RGB (Red+Green+Blue) = 224+221+214=659 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.99% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 214 (83.98% from 255 or 32.47% from 659); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDD6 is #1F2229. Grayscale: #DDDDDD. Windows color (decimal): -2040362 or 14081504. OLE color: 14081504.

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

Color convert

RGB224221214-
CMYK00.010.040.12
HSL42º13.89%85.88%-
HSV(B)42º4.46%87.84%-
XYZ68.7372.4273.97-
YUV221.1123.99130.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.99%
GREEN value IS 221 (86.72% from 255) = 33.54%
BLUE value IS 214 (83.98% from 255) = 32.47%
R=33.99%
G=33.54%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422121400.010.040.124213.8985.88
HexE0DDD6014C2ae56
Octal340335326014145216126
Binary11100000110111011101011001100110010101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DDD6; }

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

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

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

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

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

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

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

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