#E3D0F9

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

Shades of Fog #E3D0F9

Tints of Fog #E3D0F9

Color information

#E3D0F9 (or 0xE3D0F9) is unknown color: approx Fog. HEX triplet: E3, D0 and F9. RGB value is (227,208,249). Sum of RGB (Red+Green+Blue) = 227+208+249=684 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.19% from 684); Green value is 208 (81.64% from 255 or 30.41% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 249 - color contains mainly: blue. Hex color #E3D0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D0F9 is #1C2F06. Grayscale: #DADADA. Windows color (decimal): -1847047 or 16371939. OLE color: 16371939.

HSL color Cylindrical-coordinate representation of color #E3D0F9: hue angle of 267.8º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E3D0F9 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB227208249-
CMYK0.090.1600.02
HSL267.8º77.36%89.61%-
HSV(B)267.8º16.47%97.65%-
XYZ71.3368.2899.04-
YUV218.36145.29134.17-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.19%
GREEN value IS 208 (81.64% from 255) = 30.41%
BLUE value IS 249 (97.66% from 255) = 36.40%
R=33.19%
G=30.41%
B=36.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2272082490.090.1600.02267.877.3689.61
HexE3D0F99100210c4d5a
Octal343320371112002414115132
Binary11100011110100001111100110011000001010000110010011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D0F9; }

 p { color: rgb(227,208,249); }

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

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

 a { background-color: rgb(227,208,249); }

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

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

 span { border-color: rgb(227,208,249); }

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