#E1C9FE

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

Shades of Fog #E1C9FE

Tints of Fog #E1C9FE

Color information

#E1C9FE (or 0xE1C9FE) is unknown color: approx Fog. HEX triplet: E1, C9 and FE. RGB value is (225,201,254). Sum of RGB (Red+Green+Blue) = 225+201+254=680 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.09% from 680); Green value is 201 (78.91% from 255 or 29.56% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1C9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C9FE is #1E3601. Grayscale: #D6D6D6. Windows color (decimal): -1979906 or 16697825. OLE color: 16697825.

HSL color Cylindrical-coordinate representation of color #E1C9FE: hue angle of 267.17º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1C9FE is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB225201254-
CMYK0.110.2100.00
HSL267.17º96.36%89.22%-
HSV(B)267.17º20.87%99.61%-
XYZ69.8364.94102.62-
YUV214.22150.45135.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.09%
GREEN value IS 201 (78.91% from 255) = 29.56%
BLUE value IS 254 (99.61% from 255) = 37.35%
R=33.09%
G=29.56%
B=37.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2252012540.110.2100.00267.1796.3689.22
HexE1C9FEB150010b6059
Octal341311376132500413140131
Binary1110000111001001111111101011101010010000101111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C9FE; }

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

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

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

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

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

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

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

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