#E5D8FC

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

Shades of Fog #E5D8FC

Tints of Fog #E5D8FC

Color information

#E5D8FC (or 0xE5D8FC) is unknown color: approx Fog. HEX triplet: E5, D8 and FC. RGB value is (229,216,252). Sum of RGB (Red+Green+Blue) = 229+216+252=697 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.86% from 697); Green value is 216 (84.77% from 255 or 30.99% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5D8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D8FC is #1A2703. Grayscale: #DFDFDF. Windows color (decimal): -1713924 or 16570597. OLE color: 16570597.

HSL color Cylindrical-coordinate representation of color #E5D8FC: hue angle of 261.67º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5D8FC is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB229216252-
CMYK0.090.1400.01
HSL261.67º85.71%91.76%-
HSV(B)261.67º14.29%98.82%-
XYZ74.4472.8102.22-
YUV223.99143.81131.57-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.86%
GREEN value IS 216 (84.77% from 255) = 30.99%
BLUE value IS 252 (98.83% from 255) = 36.15%
R=32.86%
G=30.99%
B=36.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2292162520.090.1400.01261.6785.7191.76
HexE5D8FC9E01106565c
Octal345330374111601406126134
Binary111001011101100011111100100111100110000011010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D8FC; }

 p { color: rgb(229,216,252); }

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

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

 a { background-color: rgb(229,216,252); }

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

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

 span { border-color: rgb(229,216,252); }

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