#E2CCFB

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

Shades of Fog #E2CCFB

Tints of Fog #E2CCFB

Color information

#E2CCFB (or 0xE2CCFB) is unknown color: approx Fog. HEX triplet: E2, CC and FB. RGB value is (226,204,251). Sum of RGB (Red+Green+Blue) = 226+204+251=681 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.19% from 681); Green value is 204 (80.08% from 255 or 29.96% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2CCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CCFB is #1D3304. Grayscale: #D7D7D7. Windows color (decimal): -1913605 or 16501986. OLE color: 16501986.

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

Color convert

RGB226204251-
CMYK0.100.1900.02
HSL268.09º85.45%89.22%-
HSV(B)268.09º18.73%98.43%-
XYZ70.3766.32100.36-
YUV215.94147.79135.18-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.19%
GREEN value IS 204 (80.08% from 255) = 29.96%
BLUE value IS 251 (98.44% from 255) = 36.86%
R=33.19%
G=29.96%
B=36.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262042510.100.1900.02268.0985.4589.22
HexE2CCFBA130210c5559
Octal342314373122302414125131
Binary11100010110011001111101110101001101010000110010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CCFB; }

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

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

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

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

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

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

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

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