#E3DAF6

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

Shades of Fog #E3DAF6

Tints of Fog #E3DAF6

Color information

#E3DAF6 (or 0xE3DAF6) is unknown color: approx Fog. HEX triplet: E3, DA and F6. RGB value is (227,218,246). Sum of RGB (Red+Green+Blue) = 227+218+246=691 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.85% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 246 - color contains mainly: blue. Hex color #E3DAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DAF6 is #1C2509. Grayscale: #DFDFDF. Windows color (decimal): -1844490 or 16177891. OLE color: 16177891.

HSL color Cylindrical-coordinate representation of color #E3DAF6: hue angle of 259.29º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E3DAF6 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB227218246-
CMYK0.080.1100.04
HSL259.29º60.87%90.98%-
HSV(B)259.29º11.38%96.47%-
XYZ73.3873.1397.44-
YUV223.88140.48130.22-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.85%
GREEN value IS 218 (85.55% from 255) = 31.55%
BLUE value IS 246 (96.48% from 255) = 35.60%
R=32.85%
G=31.55%
B=35.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2272182460.080.1100.04259.2960.8790.98
HexE3DAF68B041033d5b
Octal34333236610130440375133
Binary1110001111011010111101101000101101001000000111111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DAF6; }

 p { color: rgb(227,218,246); }

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

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

 a { background-color: rgb(227,218,246); }

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

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

 span { border-color: rgb(227,218,246); }

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