#E5EDC2

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

Shades of Frost #E5EDC2

Tints of Frost #E5EDC2

Color information

#E5EDC2 (or 0xE5EDC2) is unknown color: approx Frost. HEX triplet: E5, ED and C2. RGB value is (229,237,194). Sum of RGB (Red+Green+Blue) = 229+237+194=660 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.70% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 194 (76.17% from 255 or 29.39% from 660); Max value from RGB is 237 - color contains mainly: green. Hex color #E5EDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EDC2 is #1A123D. Grayscale: #E5E5E5. Windows color (decimal): -1708606 or 12774885. OLE color: 12774885.

HSL color Cylindrical-coordinate representation of color #E5EDC2: hue angle of 71.16º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5EDC2 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB229237194-
CMYK0.0300.180.07
HSL71.16º54.43%84.51%-
HSV(B)71.16º18.14%92.94%-
XYZ72.3381.1262.88-
YUV229.71107.85127.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.70%
GREEN value IS 237 (92.97% from 255) = 35.91%
BLUE value IS 194 (76.17% from 255) = 29.39%
R=34.70%
G=35.91%
B=29.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292371940.0300.180.0771.1654.4384.51
HexE5EDC230127473655
Octal3453553023022710766125
Binary1110010111101101110000101101001011110001111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EDC2; }

 p { color: rgb(229,237,194); }

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

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

 a { background-color: rgb(229,237,194); }

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

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

 span { border-color: rgb(229,237,194); }

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