#E3D0FA

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

Shades of Fog #E3D0FA

Tints of Fog #E3D0FA

Color information

#E3D0FA (or 0xE3D0FA) is unknown color: approx Fog. HEX triplet: E3, D0 and FA. RGB value is (227,208,250). Sum of RGB (Red+Green+Blue) = 227+208+250=685 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.14% from 685); Green value is 208 (81.64% from 255 or 30.36% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3D0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D0FA is #1C2F05. Grayscale: #DADADA. Windows color (decimal): -1847046 or 16437475. OLE color: 16437475.

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

Color convert

RGB227208250-
CMYK0.090.1700.02
HSL267.14º80.77%89.8%-
HSV(B)267.14º16.8%98.04%-
XYZ71.4968.3499.87-
YUV218.47145.79134.08-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.14%
GREEN value IS 208 (81.64% from 255) = 30.36%
BLUE value IS 250 (98.05% from 255) = 36.50%
R=33.14%
G=30.36%
B=36.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2272082500.090.1700.02267.1480.7789.8
HexE3D0FA9110210b515a
Octal343320372112102413121132
Binary11100011110100001111101010011000101010000101110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D0FA; }

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

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

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

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

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

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

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

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