#E1CEFA

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

Shades of Fog #E1CEFA

Tints of Fog #E1CEFA

Color information

#E1CEFA (or 0xE1CEFA) is unknown color: approx Fog. HEX triplet: E1, CE and FA. RGB value is (225,206,250). Sum of RGB (Red+Green+Blue) = 225+206+250=681 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.04% from 681); Green value is 206 (80.86% from 255 or 30.25% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CEFA is #1E3105. Grayscale: #D8D8D8. Windows color (decimal): -1978630 or 16436961. OLE color: 16436961.

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

Color convert

RGB225206250-
CMYK0.100.1800.02
HSL265.91º81.48%89.41%-
HSV(B)265.91º17.6%98.04%-
XYZ70.3867.0599.68-
YUV216.7146.79133.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.04%
GREEN value IS 206 (80.86% from 255) = 30.25%
BLUE value IS 250 (98.05% from 255) = 36.71%
R=33.04%
G=30.25%
B=36.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252062500.100.1800.02265.9181.4889.41
HexE1CEFAA120210a5159
Octal341316372122202412121131
Binary11100001110011101111101010101001001010000101010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CEFA; }

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

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

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

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

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

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

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

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