#E4DBF3

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

Shades of Fog #E4DBF3

Tints of Fog #E4DBF3

Color information

#E4DBF3 (or 0xE4DBF3) is unknown color: approx Fog. HEX triplet: E4, DB and F3. RGB value is (228,219,243). Sum of RGB (Red+Green+Blue) = 228+219+243=690 (91% of max value = 765). Red value is 228 (89.45% from 255 or 33.04% from 690); Green value is 219 (85.94% from 255 or 31.74% from 690); Blue value is 243 (95.31% from 255 or 35.22% from 690); Max value from RGB is 243 - color contains mainly: blue. Hex color #E4DBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DBF3 is #1B240C. Grayscale: #E0E0E0. Windows color (decimal): -1778701 or 15981540. OLE color: 15981540.

HSL color Cylindrical-coordinate representation of color #E4DBF3: hue angle of 262.5º 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 #E4DBF3 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB228219243-
CMYK0.060.1000.05
HSL262.5º50%90.59%-
HSV(B)262.5º9.88%95.29%-
XYZ73.573.6395.13-
YUV224.43138.48130.55-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.04%
GREEN value IS 219 (85.94% from 255) = 31.74%
BLUE value IS 243 (95.31% from 255) = 35.22%
R=33.04%
G=31.74%
B=35.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2282192430.060.1000.05262.55090.59
HexE4DBF36A05106325b
Octal3443333636120540662133
Binary111001001101101111110011110101001011000001101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DBF3; }

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

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

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

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

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

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

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

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