#E3DBF0

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

Shades of Fog #E3DBF0

Tints of Fog #E3DBF0

Color information

#E3DBF0 (or 0xE3DBF0) is unknown color: approx Fog. HEX triplet: E3, DB and F0. RGB value is (227,219,240). Sum of RGB (Red+Green+Blue) = 227+219+240=686 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.09% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 240 (94.14% from 255 or 34.99% from 686); Max value from RGB is 240 - color contains mainly: blue. Hex color #E3DBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DBF0 is #1C240F. Grayscale: #DFDFDF. Windows color (decimal): -1844240 or 15784931. OLE color: 15784931.

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

Color convert

RGB227219240-
CMYK0.050.0900.06
HSL262.86º41.18%90%-
HSV(B)262.86º8.75%94.12%-
XYZ72.7473.2992.75-
YUV223.79137.15130.29-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.09%
GREEN value IS 219 (85.94% from 255) = 31.92%
BLUE value IS 240 (94.14% from 255) = 34.99%
R=33.09%
G=31.92%
B=34.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2272192400.050.0900.06262.8641.1890
HexE3DBF05906107295a
Octal3433333605110640751132
Binary111000111101101111110000101100101101000001111010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DBF0; }

 p { color: rgb(227,219,240); }

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

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

 a { background-color: rgb(227,219,240); }

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

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

 span { border-color: rgb(227,219,240); }

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