#E5EACD

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

Shades of Frost #E5EACD

Tints of Frost #E5EACD

Color information

#E5EACD (or 0xE5EACD) is unknown color: approx Frost. HEX triplet: E5, EA and CD. RGB value is (229,234,205). Sum of RGB (Red+Green+Blue) = 229+234+205=668 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.28% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 234 - color contains mainly: green. Hex color #E5EACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EACD is #1A1532. Grayscale: #E5E5E5. Windows color (decimal): -1709363 or 13495013. OLE color: 13495013.

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

Color convert

RGB229234205-
CMYK0.0200.120.08
HSL70.34º40.85%86.08%-
HSV(B)70.34º12.39%91.76%-
XYZ72.7679.9169.35-
YUV229.2114.34127.86-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.28%
GREEN value IS 234 (91.80% from 255) = 35.03%
BLUE value IS 205 (80.47% from 255) = 30.69%
R=34.28%
G=35.03%
B=30.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2292342050.0200.120.0870.3440.8586.08
HexE5EACD20C8462956
Octal34535231520141010651126
Binary1110010111101010110011011001100100010001101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EACD; }

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

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

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

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

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

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

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

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