#E1C9F9

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

Shades of Fog #E1C9F9

Tints of Fog #E1C9F9

Color information

#E1C9F9 (or 0xE1C9F9) is unknown color: approx Fog. HEX triplet: E1, C9 and F9. RGB value is (225,201,249). Sum of RGB (Red+Green+Blue) = 225+201+249=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 201 (78.91% from 255 or 29.78% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1C9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C9F9 is #1E3606. Grayscale: #D5D5D5. Windows color (decimal): -1979911 or 16370145. OLE color: 16370145.

HSL color Cylindrical-coordinate representation of color #E1C9F9: hue angle of 270º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1C9F9 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225201249-
CMYK0.100.1900.02
HSL270º80%88.24%-
HSV(B)270º19.28%97.65%-
XYZ69.0464.6298.46-
YUV213.65147.95136.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.33%
GREEN value IS 201 (78.91% from 255) = 29.78%
BLUE value IS 249 (97.66% from 255) = 36.89%
R=33.33%
G=29.78%
B=36.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252012490.100.1900.022708088.24
HexE1C9F9A130210e5058
Octal341311371122302416120130
Binary11100001110010011111100110101001101010000111010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C9F9; }

 p { color: rgb(225,201,249); }

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

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

 a { background-color: rgb(225,201,249); }

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

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

 span { border-color: rgb(225,201,249); }

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