#E2EAC4

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

Shades of Frost #E2EAC4

Tints of Frost #E2EAC4

Color information

#E2EAC4 (or 0xE2EAC4) is unknown color: approx Frost. HEX triplet: E2, EA and C4. RGB value is (226,234,196). Sum of RGB (Red+Green+Blue) = 226+234+196=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 196 (76.95% from 255 or 29.88% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EAC4 is #1D153B. Grayscale: #E3E3E3. Windows color (decimal): -1905980 or 12905186. OLE color: 12905186.

HSL color Cylindrical-coordinate representation of color #E2EAC4: hue angle of 72.63º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2EAC4 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB226234196-
CMYK0.0300.160.08
HSL72.63º47.5%84.31%-
HSV(B)72.63º16.24%91.76%-
XYZ70.757963.74-
YUV227.28110.35127.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.45%
GREEN value IS 234 (91.80% from 255) = 35.67%
BLUE value IS 196 (76.95% from 255) = 29.88%
R=34.45%
G=35.67%
B=29.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262341960.0300.160.0872.6347.584.31
HexE2EAC430108493054
Octal34235230430201011160124
Binary11100010111010101100010011010000100010010011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EAC4; }

 p { color: rgb(226,234,196); }

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

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

 a { background-color: rgb(226,234,196); }

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

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

 span { border-color: rgb(226,234,196); }

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