#E2CAFC

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

Shades of Fog #E2CAFC

Tints of Fog #E2CAFC

Color information

#E2CAFC (or 0xE2CAFC) is unknown color: approx Fog. HEX triplet: E2, CA and FC. RGB value is (226,202,252). Sum of RGB (Red+Green+Blue) = 226+202+252=680 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.24% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2CAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CAFC is #1D3503. Grayscale: #D6D6D6. Windows color (decimal): -1914116 or 16567010. OLE color: 16567010.

HSL color Cylindrical-coordinate representation of color #E2CAFC: hue angle of 268.8º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2CAFC is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226202252-
CMYK0.100.2000.01
HSL268.8º89.29%89.02%-
HSV(B)268.8º19.84%98.82%-
XYZ70.0665.44101.03-
YUV214.88148.95135.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.24%
GREEN value IS 202 (79.30% from 255) = 29.71%
BLUE value IS 252 (98.83% from 255) = 37.06%
R=33.24%
G=29.71%
B=37.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262022520.100.2000.01268.889.2989.02
HexE2CAFCA140110d5959
Octal342312374122401415131131
Binary1110001011001010111111001010101000110000110110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CAFC; }

 p { color: rgb(226,202,252); }

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

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

 a { background-color: rgb(226,202,252); }

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

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

 span { border-color: rgb(226,202,252); }

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