#E0D4EE

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

Shades of Fog #E0D4EE

Tints of Fog #E0D4EE

Color information

#E0D4EE (or 0xE0D4EE) is unknown color: approx Fog. HEX triplet: E0, D4 and EE. RGB value is (224,212,238). Sum of RGB (Red+Green+Blue) = 224+212+238=674 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.23% from 674); Green value is 212 (83.20% from 255 or 31.45% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0D4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D4EE is #1F2B11. Grayscale: #DADADA. Windows color (decimal): -2042642 or 15652064. OLE color: 15652064.

HSL color Cylindrical-coordinate representation of color #E0D4EE: hue angle of 267.69º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0D4EE is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224212238-
CMYK0.060.1100.07
HSL267.69º43.33%88.24%-
HSV(B)267.69º10.92%93.33%-
XYZ69.7269.1190.55-
YUV218.55138.98131.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.23%
GREEN value IS 212 (83.20% from 255) = 31.45%
BLUE value IS 238 (93.36% from 255) = 35.31%
R=33.23%
G=31.45%
B=35.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242122380.060.1100.07267.6943.3388.24
HexE0D4EE6B0710c2b58
Octal3403243566130741453130
Binary111000001101010011101110110101101111000011001010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D4EE; }

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

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

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

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

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

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

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

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