#E3DBF3

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

Shades of Fog #E3DBF3

Tints of Fog #E3DBF3

Color information

#E3DBF3 (or 0xE3DBF3) is unknown color: approx Fog. HEX triplet: E3, DB and F3. RGB value is (227,219,243). Sum of RGB (Red+Green+Blue) = 227+219+243=689 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.95% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 243 (95.31% from 255 or 35.27% from 689); Max value from RGB is 243 - color contains mainly: blue. Hex color #E3DBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DBF3 is #1C240C. Grayscale: #E0E0E0. Windows color (decimal): -1844237 or 15981539. OLE color: 15981539.

HSL color Cylindrical-coordinate representation of color #E3DBF3: hue angle of 260º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3DBF3 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB227219243-
CMYK0.070.1000.05
HSL260º50%90.59%-
HSV(B)260º9.88%95.29%-
XYZ73.1973.4695.12-
YUV224.13138.65130.05-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.95%
GREEN value IS 219 (85.94% from 255) = 31.79%
BLUE value IS 243 (95.31% from 255) = 35.27%
R=32.95%
G=31.79%
B=35.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2272192430.070.1000.052605090.59
HexE3DBF37A05104325b
Octal3433333637120540462133
Binary111000111101101111110011111101001011000001001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DBF3; }

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

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

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

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

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

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

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

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