#E2CCF7

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

Shades of Fog #E2CCF7

Tints of Fog #E2CCF7

Color information

#E2CCF7 (or 0xE2CCF7) is unknown color: approx Fog. HEX triplet: E2, CC and F7. RGB value is (226,204,247). Sum of RGB (Red+Green+Blue) = 226+204+247=677 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.38% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 247 (96.88% from 255 or 36.48% from 677); Max value from RGB is 247 - color contains mainly: blue. Hex color #E2CCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CCF7 is #1D3308. Grayscale: #D7D7D7. Windows color (decimal): -1913609 or 16239842. OLE color: 16239842.

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

Color convert

RGB226204247-
CMYK0.090.1700.03
HSL270.7º72.88%88.43%-
HSV(B)270.7º17.41%96.86%-
XYZ69.7566.0797.07-
YUV215.48145.79135.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.38%
GREEN value IS 204 (80.08% from 255) = 30.13%
BLUE value IS 247 (96.88% from 255) = 36.48%
R=33.38%
G=30.13%
B=36.48%

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
Decimal2262042470.090.1700.03270.772.8888.43
HexE2CCF79110310f4958
Octal342314367112103417111130
Binary11100010110011001111011110011000101110000111110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CCF7; }

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

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

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

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

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

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

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

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