#E2CDF9

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

Shades of Fog #E2CDF9

Tints of Fog #E2CDF9

Color information

#E2CDF9 (or 0xE2CDF9) is unknown color: approx Fog. HEX triplet: E2, CD and F9. RGB value is (226,205,249). Sum of RGB (Red+Green+Blue) = 226+205+249=680 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.24% from 680); Green value is 205 (80.47% from 255 or 30.15% from 680); Blue value is 249 (97.66% from 255 or 36.62% from 680); Max value from RGB is 249 - color contains mainly: blue. Hex color #E2CDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CDF9 is #1D3206. Grayscale: #D8D8D8. Windows color (decimal): -1913351 or 16371170. OLE color: 16371170.

HSL color Cylindrical-coordinate representation of color #E2CDF9: hue angle of 268.64º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2CDF9 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226205249-
CMYK0.090.1800.02
HSL268.64º78.57%89.02%-
HSV(B)268.64º17.67%97.65%-
XYZ70.2966.6798.79-
YUV216.3146.46134.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.24%
GREEN value IS 205 (80.47% from 255) = 30.15%
BLUE value IS 249 (97.66% from 255) = 36.62%
R=33.24%
G=30.15%
B=36.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262052490.090.1800.02268.6478.5789.02
HexE2CDF99120210d4f59
Octal342315371112202415117131
Binary11100010110011011111100110011001001010000110110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CDF9; }

 p { color: rgb(226,205,249); }

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

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

 a { background-color: rgb(226,205,249); }

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

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

 span { border-color: rgb(226,205,249); }

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