#E2CAFD

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

Shades of Fog #E2CAFD

Tints of Fog #E2CAFD

Color information

#E2CAFD (or 0xE2CAFD) is unknown color: approx Fog. HEX triplet: E2, CA and FD. RGB value is (226,202,253). Sum of RGB (Red+Green+Blue) = 226+202+253=681 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.19% from 681); Green value is 202 (79.30% from 255 or 29.66% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2CAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CAFD is #1D3502. Grayscale: #D6D6D6. Windows color (decimal): -1914115 or 16632546. OLE color: 16632546.

HSL color Cylindrical-coordinate representation of color #E2CAFD: hue angle of 268.24º degrees, saturation: 0.93, 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 #E2CAFD is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226202253-
CMYK0.110.2000.01
HSL268.24º92.73%89.22%-
HSV(B)268.24º20.16%99.22%-
XYZ70.2165.5101.87-
YUV214.99149.45135.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.19%
GREEN value IS 202 (79.30% from 255) = 29.66%
BLUE value IS 253 (99.22% from 255) = 37.15%
R=33.19%
G=29.66%
B=37.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262022530.110.2000.01268.2492.7389.22
HexE2CAFDB140110c5d59
Octal342312375132401414135131
Binary1110001011001010111111011011101000110000110010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CAFD; }

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

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

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

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

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

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

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

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