#E2CCFA

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

Shades of Fog #E2CCFA

Tints of Fog #E2CCFA

Color information

#E2CCFA (or 0xE2CCFA) is unknown color: approx Fog. HEX triplet: E2, CC and FA. RGB value is (226,204,250). Sum of RGB (Red+Green+Blue) = 226+204+250=680 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.24% from 680); Green value is 204 (80.08% from 255 or 30% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2CCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CCFA is #1D3305. Grayscale: #D7D7D7. Windows color (decimal): -1913606 or 16436450. OLE color: 16436450.

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

Color convert

RGB226204250-
CMYK0.100.1800.02
HSL268.7º82.14%89.02%-
HSV(B)268.7º18.4%98.04%-
XYZ70.2166.2699.53-
YUV215.82147.29135.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.24%
GREEN value IS 204 (80.08% from 255) = 30%
BLUE value IS 250 (98.05% from 255) = 36.76%
R=33.24%
G=30%
B=36.76%

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
Decimal2262042500.100.1800.02268.782.1489.02
HexE2CCFAA120210d5259
Octal342314372122202415122131
Binary11100010110011001111101010101001001010000110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CCFA; }

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

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

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

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

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

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

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

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