#E3DCF2

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

Shades of Fog #E3DCF2

Tints of Fog #E3DCF2

Color information

#E3DCF2 (or 0xE3DCF2) is unknown color: approx Fog. HEX triplet: E3, DC and F2. RGB value is (227,220,242). Sum of RGB (Red+Green+Blue) = 227+220+242=689 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.95% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 242 (94.92% from 255 or 35.12% from 689); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3DCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DCF2 is #1C230D. Grayscale: #E0E0E0. Windows color (decimal): -1843982 or 15916259. OLE color: 15916259.

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

Color convert

RGB227220242-
CMYK0.060.0900.05
HSL259.09º45.83%90.59%-
HSV(B)259.09º9.09%94.9%-
XYZ73.373.9394.41-
YUV224.6137.82129.71-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.95%
GREEN value IS 220 (86.33% from 255) = 31.93%
BLUE value IS 242 (94.92% from 255) = 35.12%
R=32.95%
G=31.93%
B=35.12%

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
Decimal2272202420.060.0900.05259.0945.8390.59
HexE3DCF269051032e5b
Octal3433343626110540356133
Binary111000111101110011110010110100101011000000111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DCF2; }

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

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

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

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

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

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

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

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