#E5CEFF

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

Shades of Fog #E5CEFF

Tints of Fog #E5CEFF

Color information

#E5CEFF (or 0xE5CEFF) is unknown color: approx Fog. HEX triplet: E5, CE and FF. RGB value is (229,206,255). Sum of RGB (Red+Green+Blue) = 229+206+255=690 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.19% from 690); Green value is 206 (80.86% from 255 or 29.86% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEFF is #1A3100. Grayscale: #DADADA. Windows color (decimal): -1716481 or 16764645. OLE color: 16764645.

HSL color Cylindrical-coordinate representation of color #E5CEFF: hue angle of 268.16º 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 #E5CEFF is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB229206255-
CMYK0.100.1900
HSL268.16º100%90.39%-
HSV(B)268.16º19.22%100%-
XYZ72.4368.02103.92-
YUV218.46148.62135.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.19%
GREEN value IS 206 (80.86% from 255) = 29.86%
BLUE value IS 255 (100% from 255) = 36.96%
R=33.19%
G=29.86%
B=36.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2292062550.100.1900268.1610090.39
HexE5CEFFA130010c645a
Octal345316377122300414144132
Binary1110010111001110111111111010100110010000110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CEFF; }

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

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

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

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

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

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

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

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