#E0D4F6

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

Shades of Fog #E0D4F6

Tints of Fog #E0D4F6

Color information

#E0D4F6 (or 0xE0D4F6) is unknown color: approx Fog. HEX triplet: E0, D4 and F6. RGB value is (224,212,246). Sum of RGB (Red+Green+Blue) = 224+212+246=682 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.84% from 682); Green value is 212 (83.20% from 255 or 31.09% from 682); Blue value is 246 (96.48% from 255 or 36.07% from 682); Max value from RGB is 246 - color contains mainly: blue. Hex color #E0D4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D4F6 is #1F2B09. Grayscale: #DBDBDB. Windows color (decimal): -2042634 or 16176352. OLE color: 16176352.

HSL color Cylindrical-coordinate representation of color #E0D4F6: hue angle of 261.18º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0D4F6 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB224212246-
CMYK0.090.1400.04
HSL261.18º65.38%89.8%-
HSV(B)261.18º13.82%96.47%-
XYZ70.9269.5996.88-
YUV219.46142.98131.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.84%
GREEN value IS 212 (83.20% from 255) = 31.09%
BLUE value IS 246 (96.48% from 255) = 36.07%
R=32.84%
G=31.09%
B=36.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2242122460.090.1400.04261.1865.3889.8
HexE0D4F69E04105415a
Octal340324366111604405101132
Binary11100000110101001111011010011110010010000010110000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D4F6; }

 p { color: rgb(224,212,246); }

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

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

 a { background-color: rgb(224,212,246); }

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

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

 span { border-color: rgb(224,212,246); }

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