#E2CDF7

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

Shades of Fog #E2CDF7

Tints of Fog #E2CDF7

Color information

#E2CDF7 (or 0xE2CDF7) is unknown color: approx Fog. HEX triplet: E2, CD and F7. RGB value is (226,205,247). Sum of RGB (Red+Green+Blue) = 226+205+247=678 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.33% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 247 (96.88% from 255 or 36.43% from 678); Max value from RGB is 247 - color contains mainly: blue. Hex color #E2CDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CDF7 is #1D3208. Grayscale: #D7D7D7. Windows color (decimal): -1913353 or 16240098. OLE color: 16240098.

HSL color Cylindrical-coordinate representation of color #E2CDF7: hue angle of 270º degrees, saturation: 0.72, 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 #E2CDF7 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB226205247-
CMYK0.090.1700.03
HSL270º72.41%88.63%-
HSV(B)270º17%96.86%-
XYZ69.9866.5597.15-
YUV216.07145.46135.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.33%
GREEN value IS 205 (80.47% from 255) = 30.24%
BLUE value IS 247 (96.88% from 255) = 36.43%
R=33.33%
G=30.24%
B=36.43%

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
Decimal2262052470.090.1700.0327072.4188.63
HexE2CDF79110310e4859
Octal342315367112103416110131
Binary11100010110011011111011110011000101110000111010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CDF7; }

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

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

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

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

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

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

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

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