#E1D7F3

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

Shades of Fog #E1D7F3

Tints of Fog #E1D7F3

Color information

#E1D7F3 (or 0xE1D7F3) is unknown color: approx Fog. HEX triplet: E1, D7 and F3. RGB value is (225,215,243). Sum of RGB (Red+Green+Blue) = 225+215+243=683 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.94% from 683); Green value is 215 (84.38% from 255 or 31.48% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 243 - color contains mainly: blue. Hex color #E1D7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D7F3 is #1E280C. Grayscale: #DDDDDD. Windows color (decimal): -1976333 or 15980513. OLE color: 15980513.

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

Color convert

RGB225215243-
CMYK0.070.1200.05
HSL261.43º53.85%89.8%-
HSV(B)261.43º11.52%95.29%-
XYZ71.5371.0894.74-
YUV221.18140.31130.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.94%
GREEN value IS 215 (84.38% from 255) = 31.48%
BLUE value IS 243 (95.31% from 255) = 35.58%
R=32.94%
G=31.48%
B=35.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252152430.070.1200.05261.4353.8589.8
HexE1D7F37C05105365a
Octal3413273637140540566132
Binary111000011101011111110011111110001011000001011101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D7F3; }

 p { color: rgb(225,215,243); }

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

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

 a { background-color: rgb(225,215,243); }

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

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

 span { border-color: rgb(225,215,243); }

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