#E1CAF9

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

Shades of Fog #E1CAF9

Tints of Fog #E1CAF9

Color information

#E1CAF9 (or 0xE1CAF9) is unknown color: approx Fog. HEX triplet: E1, CA and F9. RGB value is (225,202,249). Sum of RGB (Red+Green+Blue) = 225+202+249=676 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.28% from 676); Green value is 202 (79.30% from 255 or 29.88% from 676); Blue value is 249 (97.66% from 255 or 36.83% from 676); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1CAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CAF9 is #1E3506. Grayscale: #D6D6D6. Windows color (decimal): -1979655 or 16370401. OLE color: 16370401.

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

Color convert

RGB225202249-
CMYK0.100.1900.02
HSL269.36º79.66%88.43%-
HSV(B)269.36º18.88%97.65%-
XYZ69.2765.0998.53-
YUV214.24147.62135.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.28%
GREEN value IS 202 (79.30% from 255) = 29.88%
BLUE value IS 249 (97.66% from 255) = 36.83%
R=33.28%
G=29.88%
B=36.83%

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
Decimal2252022490.100.1900.02269.3679.6688.43
HexE1CAF9A130210d5058
Octal341312371122302415120130
Binary11100001110010101111100110101001101010000110110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CAF9; }

 p { color: rgb(225,202,249); }

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

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

 a { background-color: rgb(225,202,249); }

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

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

 span { border-color: rgb(225,202,249); }

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