#E3DCF1

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

Shades of Fog #E3DCF1

Tints of Fog #E3DCF1

Color information

#E3DCF1 (or 0xE3DCF1) is unknown color: approx Fog. HEX triplet: E3, DC and F1. RGB value is (227,220,241). Sum of RGB (Red+Green+Blue) = 227+220+241=688 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.99% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 241 - color contains mainly: blue. Hex color #E3DCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DCF1 is #1C230E. Grayscale: #E0E0E0. Windows color (decimal): -1843983 or 15850723. OLE color: 15850723.

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

Color convert

RGB227220241-
CMYK0.060.0900.05
HSL260º42.86%90.39%-
HSV(B)260º8.71%94.51%-
XYZ73.1573.8793.62-
YUV224.49137.32129.79-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.99%
GREEN value IS 220 (86.33% from 255) = 31.98%
BLUE value IS 241 (94.53% from 255) = 35.03%
R=32.99%
G=31.98%
B=35.03%

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
Decimal2272202410.060.0900.0526042.8690.39
HexE3DCF169051042b5a
Octal3433343616110540453132
Binary111000111101110011110001110100101011000001001010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DCF1; }

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

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

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

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

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

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

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

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