#E1CEFF

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

Shades of Fog #E1CEFF

Tints of Fog #E1CEFF

Color information

#E1CEFF (or 0xE1CEFF) is unknown color: approx Fog. HEX triplet: E1, CE and FF. RGB value is (225,206,255). Sum of RGB (Red+Green+Blue) = 225+206+255=686 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.80% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CEFF is #1E3100. Grayscale: #D9D9D9. Windows color (decimal): -1978625 or 16764641. OLE color: 16764641.

HSL color Cylindrical-coordinate representation of color #E1CEFF: hue angle of 263.27º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1CEFF is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB225206255-
CMYK0.120.1900
HSL263.27º100%90.39%-
HSV(B)263.27º19.22%100%-
XYZ71.1767.37103.86-
YUV217.27149.29133.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.80%
GREEN value IS 206 (80.86% from 255) = 30.03%
BLUE value IS 255 (100% from 255) = 37.17%
R=32.80%
G=30.03%
B=37.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252062550.120.1900263.2710090.39
HexE1CEFFC1300107645a
Octal341316377142300407144132
Binary1110000111001110111111111100100110010000011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CEFF; }

 p { color: rgb(225,206,255); }

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

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

 a { background-color: rgb(225,206,255); }

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

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

 span { border-color: rgb(225,206,255); }

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