#E5DAF9

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

Shades of Fog #E5DAF9

Tints of Fog #E5DAF9

Color information

#E5DAF9 (or 0xE5DAF9) is unknown color: approx Fog. HEX triplet: E5, DA and F9. RGB value is (229,218,249). Sum of RGB (Red+Green+Blue) = 229+218+249=696 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.90% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 249 (97.66% from 255 or 35.78% from 696); Max value from RGB is 249 - color contains mainly: blue. Hex color #E5DAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAF9 is #1A2506. Grayscale: #E0E0E0. Windows color (decimal): -1713415 or 16374501. OLE color: 16374501.

HSL color Cylindrical-coordinate representation of color #E5DAF9: hue angle of 261.29º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5DAF9 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB229218249-
CMYK0.080.1200.02
HSL261.29º72.09%91.57%-
HSV(B)261.29º12.45%97.65%-
XYZ74.4873.6499.91-
YUV224.82141.64130.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.90%
GREEN value IS 218 (85.55% from 255) = 31.32%
BLUE value IS 249 (97.66% from 255) = 35.78%
R=32.90%
G=31.32%
B=35.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292182490.080.1200.02261.2972.0991.57
HexE5DAF98C02105485c
Octal345332371101402405110134
Binary1110010111011010111110011000110001010000010110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DAF9; }

 p { color: rgb(229,218,249); }

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

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

 a { background-color: rgb(229,218,249); }

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

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

 span { border-color: rgb(229,218,249); }

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