#E5DAFA

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

Shades of Fog #E5DAFA

Tints of Fog #E5DAFA

Color information

#E5DAFA (or 0xE5DAFA) is unknown color: approx Fog. HEX triplet: E5, DA and FA. RGB value is (229,218,250). Sum of RGB (Red+Green+Blue) = 229+218+250=697 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.86% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAFA is #1A2505. Grayscale: #E0E0E0. Windows color (decimal): -1713414 or 16440037. OLE color: 16440037.

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

Color convert

RGB229218250-
CMYK0.080.1300.02
HSL260.62º76.19%91.76%-
HSV(B)260.62º12.8%98.04%-
XYZ74.6473.7100.73-
YUV224.94142.14130.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.86%
GREEN value IS 218 (85.55% from 255) = 31.28%
BLUE value IS 250 (98.05% from 255) = 35.87%
R=32.86%
G=31.28%
B=35.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292182500.080.1300.02260.6276.1991.76
HexE5DAFA8D021054c5c
Octal345332372101502405114134
Binary1110010111011010111110101000110101010000010110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DAFA; }

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

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

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

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

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

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

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

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