#E1C8FC

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

Shades of Fog #E1C8FC

Tints of Fog #E1C8FC

Color information

#E1C8FC (or 0xE1C8FC) is unknown color: approx Fog. HEX triplet: E1, C8 and FC. RGB value is (225,200,252). Sum of RGB (Red+Green+Blue) = 225+200+252=677 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.23% from 677); Green value is 200 (78.52% from 255 or 29.54% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1C8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C8FC is #1E3703. Grayscale: #D5D5D5. Windows color (decimal): -1980164 or 16566497. OLE color: 16566497.

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

Color convert

RGB225200252-
CMYK0.110.2100.01
HSL268.85º89.66%88.63%-
HSV(B)268.85º20.63%98.82%-
XYZ69.2864.34100.86-
YUV213.4149.78136.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.23%
GREEN value IS 200 (78.52% from 255) = 29.54%
BLUE value IS 252 (98.83% from 255) = 37.22%
R=33.23%
G=29.54%
B=37.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252002520.110.2100.01268.8589.6688.63
HexE1C8FCB150110d5a59
Octal341310374132501415132131
Binary1110000111001000111111001011101010110000110110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C8FC; }

 p { color: rgb(225,200,252); }

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

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

 a { background-color: rgb(225,200,252); }

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

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

 span { border-color: rgb(225,200,252); }

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