#E3D0FB

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

Shades of Fog #E3D0FB

Tints of Fog #E3D0FB

Color information

#E3D0FB (or 0xE3D0FB) is unknown color: approx Fog. HEX triplet: E3, D0 and FB. RGB value is (227,208,251). Sum of RGB (Red+Green+Blue) = 227+208+251=686 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.09% from 686); Green value is 208 (81.64% from 255 or 30.32% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #E3D0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D0FB is #1C2F04. Grayscale: #DADADA. Windows color (decimal): -1847045 or 16503011. OLE color: 16503011.

HSL color Cylindrical-coordinate representation of color #E3D0FB: hue angle of 266.51º degrees, saturation: 0.84, 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 #E3D0FB is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB227208251-
CMYK0.100.1700.02
HSL266.51º84.31%90%-
HSV(B)266.51º17.13%98.43%-
XYZ71.6568.41100.69-
YUV218.58146.29134-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.09%
GREEN value IS 208 (81.64% from 255) = 30.32%
BLUE value IS 251 (98.44% from 255) = 36.59%
R=33.09%
G=30.32%
B=36.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2272082510.100.1700.02266.5184.3190
HexE3D0FBA110210b545a
Octal343320373122102413124132
Binary11100011110100001111101110101000101010000101110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D0FB; }

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

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

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

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

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

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

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

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