#E2EDBE

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

Shades of Frost #E2EDBE

Tints of Frost #E2EDBE

Color information

#E2EDBE (or 0xE2EDBE) is unknown color: approx Frost. HEX triplet: E2, ED and BE. RGB value is (226,237,190). Sum of RGB (Red+Green+Blue) = 226+237+190=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 190 (74.61% from 255 or 29.10% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EDBE is #1D1241. Grayscale: #E4E4E4. Windows color (decimal): -1905218 or 12512738. OLE color: 12512738.

HSL color Cylindrical-coordinate representation of color #E2EDBE: hue angle of 74.04º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2EDBE is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB226237190-
CMYK0.0500.200.07
HSL74.04º56.63%83.73%-
HSV(B)74.04º19.83%92.94%-
XYZ70.9480.4560.51-
YUV228.35106.36126.32-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.61%
GREEN value IS 237 (92.97% from 255) = 36.29%
BLUE value IS 190 (74.61% from 255) = 29.10%
R=34.61%
G=36.29%
B=29.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262371900.0500.200.0774.0456.6383.73
HexE2EDBE501474a3954
Octal3423552765024711271124
Binary11100010111011011011111010101010011110010101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EDBE; }

 p { color: rgb(226,237,190); }

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

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

 a { background-color: rgb(226,237,190); }

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

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

 span { border-color: rgb(226,237,190); }

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