#E3CAFA

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

Shades of Fog #E3CAFA

Tints of Fog #E3CAFA

Color information

#E3CAFA (or 0xE3CAFA) is unknown color: approx Fog. HEX triplet: E3, CA and FA. RGB value is (227,202,250). Sum of RGB (Red+Green+Blue) = 227+202+250=679 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.43% from 679); Green value is 202 (79.30% from 255 or 29.75% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CAFA is #1C3505. Grayscale: #D6D6D6. Windows color (decimal): -1848582 or 16435939. OLE color: 16435939.

HSL color Cylindrical-coordinate representation of color #E3CAFA: hue angle of 271.25º degrees, saturation: 0.83, 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 #E3CAFA is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB227202250-
CMYK0.090.1900.02
HSL271.25º82.76%88.63%-
HSV(B)271.25º19.2%98.04%-
XYZ70.0565.4799.39-
YUV214.95147.78136.6-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.43%
GREEN value IS 202 (79.30% from 255) = 29.75%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=33.43%
G=29.75%
B=36.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2272022500.090.1900.02271.2582.7688.63
HexE3CAFA9130210f5359
Octal343312372112302417123131
Binary11100011110010101111101010011001101010000111110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CAFA; }

 p { color: rgb(227,202,250); }

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

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

 a { background-color: rgb(227,202,250); }

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

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

 span { border-color: rgb(227,202,250); }

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