#E1CCF6

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

Shades of Fog #E1CCF6

Tints of Fog #E1CCF6

Color information

#E1CCF6 (or 0xE1CCF6) is unknown color: approx Fog. HEX triplet: E1, CC and F6. RGB value is (225,204,246). Sum of RGB (Red+Green+Blue) = 225+204+246=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 246 (96.48% from 255 or 36.44% from 675); Max value from RGB is 246 - color contains mainly: blue. Hex color #E1CCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CCF6 is #1E3309. Grayscale: #D6D6D6. Windows color (decimal): -1979146 or 16174305. OLE color: 16174305.

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

Color convert

RGB225204246-
CMYK0.090.1700.04
HSL270º70%88.24%-
HSV(B)270º17.07%96.47%-
XYZ69.2865.8596.25-
YUV215.07145.46135.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 30.22%
BLUE value IS 246 (96.48% from 255) = 36.44%
R=33.33%
G=30.22%
B=36.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2252042460.090.1700.042707088.24
HexE1CCF69110410e4658
Octal341314366112104416106130
Binary111000011100110011110110100110001010010000111010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCF6; }

 p { color: rgb(225,204,246); }

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

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

 a { background-color: rgb(225,204,246); }

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

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

 span { border-color: rgb(225,204,246); }

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