#E5EACC

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

Shades of Frost #E5EACC

Tints of Frost #E5EACC

Color information

#E5EACC (or 0xE5EACC) is unknown color: approx Frost. HEX triplet: E5, EA and CC. RGB value is (229,234,204). Sum of RGB (Red+Green+Blue) = 229+234+204=667 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.33% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 234 - color contains mainly: green. Hex color #E5EACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EACC is #1A1533. Grayscale: #E5E5E5. Windows color (decimal): -1709364 or 13429477. OLE color: 13429477.

HSL color Cylindrical-coordinate representation of color #E5EACC: hue angle of 70º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5EACC is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB229234204-
CMYK0.0200.130.08
HSL70º41.67%85.88%-
HSV(B)70º12.82%91.76%-
XYZ72.6479.8668.71-
YUV229.08113.84127.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.33%
GREEN value IS 234 (91.80% from 255) = 35.08%
BLUE value IS 204 (80.08% from 255) = 30.58%
R=34.33%
G=35.08%
B=30.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2292342040.0200.130.087041.6785.88
HexE5EACC20D8462a56
Octal34535231420151010652126
Binary1110010111101010110011001001101100010001101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EACC; }

 p { color: rgb(229,234,204); }

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

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

 a { background-color: rgb(229,234,204); }

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

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

 span { border-color: rgb(229,234,204); }

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