#E1D1FB

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

Shades of Fog #E1D1FB

Tints of Fog #E1D1FB

Color information

#E1D1FB (or 0xE1D1FB) is unknown color: approx Fog. HEX triplet: E1, D1 and FB. RGB value is (225,209,251). Sum of RGB (Red+Green+Blue) = 225+209+251=685 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.85% from 685); Green value is 209 (82.03% from 255 or 30.51% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1D1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D1FB is #1E2E04. Grayscale: #DADADA. Windows color (decimal): -1977861 or 16503265. OLE color: 16503265.

HSL color Cylindrical-coordinate representation of color #E1D1FB: hue angle of 262.86º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1D1FB is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225209251-
CMYK0.100.1700.02
HSL262.86º84%90.2%-
HSV(B)262.86º16.73%98.43%-
XYZ71.2668.57100.75-
YUV218.57146.3132.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.85%
GREEN value IS 209 (82.03% from 255) = 30.51%
BLUE value IS 251 (98.44% from 255) = 36.64%
R=32.85%
G=30.51%
B=36.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252092510.100.1700.02262.868490.2
HexE1D1FBA1102107545a
Octal341321373122102407124132
Binary11100001110100011111101110101000101010000011110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D1FB; }

 p { color: rgb(225,209,251); }

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

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

 a { background-color: rgb(225,209,251); }

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

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

 span { border-color: rgb(225,209,251); }

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