#E0D8F1

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

Shades of Fog #E0D8F1

Tints of Fog #E0D8F1

Color information

#E0D8F1 (or 0xE0D8F1) is unknown color: approx Fog. HEX triplet: E0, D8 and F1. RGB value is (224,216,241). Sum of RGB (Red+Green+Blue) = 224+216+241=681 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.89% from 681); Green value is 216 (84.77% from 255 or 31.72% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0D8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D8F1 is #1F270E. Grayscale: #DDDDDD. Windows color (decimal): -2041615 or 15849696. OLE color: 15849696.

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

Color convert

RGB224216241-
CMYK0.070.1000.05
HSL259.2º47.17%89.61%-
HSV(B)259.2º10.37%94.51%-
XYZ71.1771.3193.23-
YUV221.24139.15129.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.89%
GREEN value IS 216 (84.77% from 255) = 31.72%
BLUE value IS 241 (94.53% from 255) = 35.39%
R=32.89%
G=31.72%
B=35.39%

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
Decimal2242162410.070.1000.05259.247.1789.61
HexE0D8F17A051032f5a
Octal3403303617120540357132
Binary111000001101100011110001111101001011000000111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D8F1; }

 p { color: rgb(224,216,241); }

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

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

 a { background-color: rgb(224,216,241); }

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

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

 span { border-color: rgb(224,216,241); }

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