#E2CEFB

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

Shades of Fog #E2CEFB

Tints of Fog #E2CEFB

Color information

#E2CEFB (or 0xE2CEFB) is unknown color: approx Fog. HEX triplet: E2, CE and FB. RGB value is (226,206,251). Sum of RGB (Red+Green+Blue) = 226+206+251=683 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.09% from 683); Green value is 206 (80.86% from 255 or 30.16% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2CEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEFB is #1D3104. Grayscale: #D8D8D8. Windows color (decimal): -1913093 or 16502498. OLE color: 16502498.

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

Color convert

RGB226206251-
CMYK0.100.1800.02
HSL266.67º84.91%89.61%-
HSV(B)266.67º17.93%98.43%-
XYZ70.8567.28100.52-
YUV217.11147.13134.34-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.09%
GREEN value IS 206 (80.86% from 255) = 30.16%
BLUE value IS 251 (98.44% from 255) = 36.75%
R=33.09%
G=30.16%
B=36.75%

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
Decimal2262062510.100.1800.02266.6784.9189.61
HexE2CEFBA120210b555a
Octal342316373122202413125132
Binary11100010110011101111101110101001001010000101110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CEFB; }

 p { color: rgb(226,206,251); }

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

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

 a { background-color: rgb(226,206,251); }

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

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

 span { border-color: rgb(226,206,251); }

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