#E1D7F1

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

Shades of Fog #E1D7F1

Tints of Fog #E1D7F1

Color information

#E1D7F1 (or 0xE1D7F1) is unknown color: approx Fog. HEX triplet: E1, D7 and F1. RGB value is (225,215,241). Sum of RGB (Red+Green+Blue) = 225+215+241=681 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.04% from 681); Green value is 215 (84.38% from 255 or 31.57% 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 #E1D7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D7F1 is #1E280E. Grayscale: #DCDCDC. Windows color (decimal): -1976335 or 15849441. OLE color: 15849441.

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

Color convert

RGB225215241-
CMYK0.070.1100.05
HSL263.08º48.15%89.41%-
HSV(B)263.08º10.79%94.51%-
XYZ71.2370.9693.16-
YUV220.95139.31130.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.04%
GREEN value IS 215 (84.38% from 255) = 31.57%
BLUE value IS 241 (94.53% from 255) = 35.39%
R=33.04%
G=31.57%
B=35.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252152410.070.1100.05263.0848.1589.41
HexE1D7F17B051073059
Octal3413273617130540760131
Binary111000011101011111110001111101101011000001111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D7F1; }

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

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

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

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

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

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

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

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