#E4DCF3

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

Shades of Fog #E4DCF3

Tints of Fog #E4DCF3

Color information

#E4DCF3 (or 0xE4DCF3) is unknown color: approx Fog. HEX triplet: E4, DC and F3. RGB value is (228,220,243). Sum of RGB (Red+Green+Blue) = 228+220+243=691 (91% of max value = 765). Red value is 228 (89.45% from 255 or 33.00% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 243 (95.31% from 255 or 35.17% from 691); Max value from RGB is 243 - color contains mainly: blue. Hex color #E4DCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DCF3 is #1B230C. Grayscale: #E0E0E0. Windows color (decimal): -1778445 or 15981796. OLE color: 15981796.

HSL color Cylindrical-coordinate representation of color #E4DCF3: hue angle of 260.87º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E4DCF3 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB228220243-
CMYK0.060.0900.05
HSL260.87º48.94%90.78%-
HSV(B)260.87º9.47%95.29%-
XYZ73.7774.1595.22-
YUV225.01138.15130.13-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.00%
GREEN value IS 220 (86.33% from 255) = 31.84%
BLUE value IS 243 (95.31% from 255) = 35.17%
R=33.00%
G=31.84%
B=35.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2282202430.060.0900.05260.8748.9490.78
HexE4DCF36905105315b
Octal3443343636110540561133
Binary111001001101110011110011110100101011000001011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DCF3; }

 p { color: rgb(228,220,243); }

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

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

 a { background-color: rgb(228,220,243); }

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

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

 span { border-color: rgb(228,220,243); }

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