#E4D1FB

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

Shades of Fog #E4D1FB

Tints of Fog #E4D1FB

Color information

#E4D1FB (or 0xE4D1FB) is unknown color: approx Fog. HEX triplet: E4, D1 and FB. RGB value is (228,209,251). Sum of RGB (Red+Green+Blue) = 228+209+251=688 (91% of max value = 765). Red value is 228 (89.45% from 255 or 33.14% from 688); Green value is 209 (82.03% from 255 or 30.38% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4D1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D1FB is #1B2E04. Grayscale: #DBDBDB. Windows color (decimal): -1781253 or 16503268. OLE color: 16503268.

HSL color Cylindrical-coordinate representation of color #E4D1FB: hue angle of 267.14º 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 #E4D1FB is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228209251-
CMYK0.090.1700.02
HSL267.14º84%90.2%-
HSV(B)267.14º16.73%98.43%-
XYZ72.2169.06100.79-
YUV219.47145.79134.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.14%
GREEN value IS 209 (82.03% from 255) = 30.38%
BLUE value IS 251 (98.44% from 255) = 36.48%
R=33.14%
G=30.38%
B=36.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2282092510.090.1700.02267.148490.2
HexE4D1FB9110210b545a
Octal344321373112102413124132
Binary11100100110100011111101110011000101010000101110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D1FB; }

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

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

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

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

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

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

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

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