#E4DCF2

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

Shades of Fog #E4DCF2

Tints of Fog #E4DCF2

Color information

#E4DCF2 (or 0xE4DCF2) is unknown color: approx Fog. HEX triplet: E4, DC and F2. RGB value is (228,220,242). Sum of RGB (Red+Green+Blue) = 228+220+242=690 (91% of max value = 765). Red value is 228 (89.45% from 255 or 33.04% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 242 (94.92% from 255 or 35.07% from 690); Max value from RGB is 242 - color contains mainly: blue. Hex color #E4DCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DCF2 is #1B230D. Grayscale: #E0E0E0. Windows color (decimal): -1778446 or 15916260. OLE color: 15916260.

HSL color Cylindrical-coordinate representation of color #E4DCF2: hue angle of 261.82º degrees, saturation: 0.46, 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 #E4DCF2 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB228220242-
CMYK0.060.0900.05
HSL261.82º45.83%90.59%-
HSV(B)261.82º9.09%94.9%-
XYZ73.6274.0994.43-
YUV224.9137.65130.21-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.04%
GREEN value IS 220 (86.33% from 255) = 31.88%
BLUE value IS 242 (94.92% from 255) = 35.07%
R=33.04%
G=31.88%
B=35.07%

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
Decimal2282202420.060.0900.05261.8245.8390.59
HexE4DCF269051062e5b
Octal3443343626110540656133
Binary111001001101110011110010110100101011000001101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DCF2; }

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

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

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

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

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

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

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

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