#E1DFD2

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

Shades of Sea Fog #E1DFD2

Tints of Sea Fog #E1DFD2

Color information

#E1DFD2 (or 0xE1DFD2) is unknown color: approx Sea Fog. HEX triplet: E1, DF and D2. RGB value is (225,223,210). Sum of RGB (Red+Green+Blue) = 225+223+210=658 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.19% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 210 (82.42% from 255 or 31.91% from 658); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFD2 is #1E202D. Grayscale: #DEDEDE. Windows color (decimal): -1974318 or 13819873. OLE color: 13819873.

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

Color convert

RGB225223210-
CMYK00.010.070.12
HSL52º20%85.29%-
HSV(B)52º6.67%88.24%-
XYZ69.0773.4471.51-
YUV222.12121.16130.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.19%
GREEN value IS 223 (87.5% from 255) = 33.89%
BLUE value IS 210 (82.42% from 255) = 31.91%
R=34.19%
G=33.89%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522321000.010.070.12522085.29
HexE1DFD2017C341455
Octal341337322017146424125
Binary111000011101111111010010011111100110100101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFD2; }

 p { color: rgb(225,223,210); }

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

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

 a { background-color: rgb(225,223,210); }

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

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

 span { border-color: rgb(225,223,210); }

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