#E4D3F9

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

Shades of Fog #E4D3F9

Tints of Fog #E4D3F9

Color information

#E4D3F9 (or 0xE4D3F9) is unknown color: approx Fog. HEX triplet: E4, D3 and F9. RGB value is (228,211,249). Sum of RGB (Red+Green+Blue) = 228+211+249=688 (91% of max value = 765). Red value is 228 (89.45% from 255 or 33.14% from 688); Green value is 211 (82.81% from 255 or 30.67% from 688); Blue value is 249 (97.66% from 255 or 36.19% from 688); Max value from RGB is 249 - color contains mainly: blue. Hex color #E4D3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D3F9 is #1B2C06. Grayscale: #DCDCDC. Windows color (decimal): -1780743 or 16372708. OLE color: 16372708.

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

Color convert

RGB228211249-
CMYK0.080.1500.02
HSL266.84º76%90.2%-
HSV(B)266.84º15.26%97.65%-
XYZ72.3969.9299.3-
YUV220.42144.13133.41-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.14%
GREEN value IS 211 (82.81% from 255) = 30.67%
BLUE value IS 249 (97.66% from 255) = 36.19%
R=33.14%
G=30.67%
B=36.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2282112490.080.1500.02266.847690.2
HexE4D3F98F0210b4c5a
Octal344323371101702413114132
Binary1110010011010011111110011000111101010000101110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D3F9; }

 p { color: rgb(228,211,249); }

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

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

 a { background-color: rgb(228,211,249); }

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

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

 span { border-color: rgb(228,211,249); }

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