#E2CDFB

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

Shades of Fog #E2CDFB

Tints of Fog #E2CDFB

Color information

#E2CDFB (or 0xE2CDFB) is unknown color: approx Fog. HEX triplet: E2, CD and FB. RGB value is (226,205,251). Sum of RGB (Red+Green+Blue) = 226+205+251=682 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.14% from 682); Green value is 205 (80.47% from 255 or 30.06% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CDFB is #1D3204. Grayscale: #D8D8D8. Windows color (decimal): -1913349 or 16502242. OLE color: 16502242.

HSL color Cylindrical-coordinate representation of color #E2CDFB: hue angle of 267.39º degrees, saturation: 0.85, 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 #E2CDFB is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226205251-
CMYK0.100.1800.02
HSL267.39º85.19%89.41%-
HSV(B)267.39º18.33%98.43%-
XYZ70.6166.8100.44-
YUV216.52147.46134.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.14%
GREEN value IS 205 (80.47% from 255) = 30.06%
BLUE value IS 251 (98.44% from 255) = 36.80%
R=33.14%
G=30.06%
B=36.80%

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
Decimal2262052510.100.1800.02267.3985.1989.41
HexE2CDFBA120210b5559
Octal342315373122202413125131
Binary11100010110011011111101110101001001010000101110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CDFB; }

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

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

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

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

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

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

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

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