#E5D1FF

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

Shades of Fog #E5D1FF

Tints of Fog #E5D1FF

Color information

#E5D1FF (or 0xE5D1FF) is unknown color: approx Fog. HEX triplet: E5, D1 and FF. RGB value is (229,209,255). Sum of RGB (Red+Green+Blue) = 229+209+255=693 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.04% from 693); Green value is 209 (82.03% from 255 or 30.16% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5D1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D1FF is #1A2E00. Grayscale: #DCDCDC. Windows color (decimal): -1715713 or 16765413. OLE color: 16765413.

HSL color Cylindrical-coordinate representation of color #E5D1FF: hue angle of 266.09º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5D1FF is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB229209255-
CMYK0.100.1800
HSL266.09º100%90.98%-
HSV(B)266.09º18.04%100%-
XYZ73.1669.48104.16-
YUV220.22147.63134.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.04%
GREEN value IS 209 (82.03% from 255) = 30.16%
BLUE value IS 255 (100% from 255) = 36.80%
R=33.04%
G=30.16%
B=36.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2292092550.100.1800266.0910090.98
HexE5D1FFA120010a645b
Octal345321377122200412144133
Binary1110010111010001111111111010100100010000101011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D1FF; }

 p { color: rgb(229,209,255); }

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

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

 a { background-color: rgb(229,209,255); }

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

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

 span { border-color: rgb(229,209,255); }

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