#E2CDF8

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

Shades of Fog #E2CDF8

Tints of Fog #E2CDF8

Color information

#E2CDF8 (or 0xE2CDF8) is unknown color: approx Fog. HEX triplet: E2, CD and F8. RGB value is (226,205,248). Sum of RGB (Red+Green+Blue) = 226+205+248=679 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.28% from 679); Green value is 205 (80.47% from 255 or 30.19% from 679); Blue value is 248 (97.27% from 255 or 36.52% from 679); Max value from RGB is 248 - color contains mainly: blue. Hex color #E2CDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CDF8 is #1D3207. Grayscale: #D8D8D8. Windows color (decimal): -1913352 or 16305634. OLE color: 16305634.

HSL color Cylindrical-coordinate representation of color #E2CDF8: hue angle of 269.3º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2CDF8 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB226205248-
CMYK0.090.1700.03
HSL269.3º75.44%88.82%-
HSV(B)269.3º17.34%97.25%-
XYZ70.1466.6197.97-
YUV216.18145.96135-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.28%
GREEN value IS 205 (80.47% from 255) = 30.19%
BLUE value IS 248 (97.27% from 255) = 36.52%
R=33.28%
G=30.19%
B=36.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2262052480.090.1700.03269.375.4488.82
HexE2CDF89110310d4b59
Octal342315370112103415113131
Binary11100010110011011111100010011000101110000110110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CDF8; }

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

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

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

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

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

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

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

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