#E7EACD

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

Shades of Frost #E7EACD

Tints of Frost #E7EACD

Color information

#E7EACD (or 0xE7EACD) is unknown color: approx Frost. HEX triplet: E7, EA and CD. RGB value is (231,234,205). Sum of RGB (Red+Green+Blue) = 231+234+205=670 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.48% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 234 - color contains mainly: green. Hex color #E7EACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7EACD is #181532. Grayscale: #E5E5E5. Windows color (decimal): -1578291 or 13495015. OLE color: 13495015.

HSL color Cylindrical-coordinate representation of color #E7EACD: hue angle of 66.21º 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 #E7EACD is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB231234205-
CMYK0.0100.120.08
HSL66.21º40.85%86.08%-
HSV(B)66.21º12.39%91.76%-
XYZ73.480.2469.38-
YUV229.8114.01128.86-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.48%
GREEN value IS 234 (91.80% from 255) = 34.93%
BLUE value IS 205 (80.47% from 255) = 30.60%
R=34.48%
G=34.93%
B=30.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2312342050.0100.120.0866.2140.8586.08
HexE7EACD10C8422956
Octal34735231510141010251126
Binary111001111110101011001101101100100010000101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EACD; }

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

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

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

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

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

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

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

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