#E5EDC3

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

Shades of Frost #E5EDC3

Tints of Frost #E5EDC3

Color information

#E5EDC3 (or 0xE5EDC3) is unknown color: approx Frost. HEX triplet: E5, ED and C3. RGB value is (229,237,195). Sum of RGB (Red+Green+Blue) = 229+237+195=661 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.64% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 195 (76.56% from 255 or 29.50% from 661); Max value from RGB is 237 - color contains mainly: green. Hex color #E5EDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EDC3 is #1A123C. Grayscale: #E5E5E5. Windows color (decimal): -1708605 or 12840421. OLE color: 12840421.

HSL color Cylindrical-coordinate representation of color #E5EDC3: hue angle of 71.43º 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 #E5EDC3 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB229237195-
CMYK0.0300.180.07
HSL71.43º53.85%84.71%-
HSV(B)71.43º17.72%92.94%-
XYZ72.4581.1763.48-
YUV229.82108.35127.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.64%
GREEN value IS 237 (92.97% from 255) = 35.85%
BLUE value IS 195 (76.56% from 255) = 29.50%
R=34.64%
G=35.85%
B=29.50%

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
Decimal2292371950.0300.180.0771.4353.8584.71
HexE5EDC330127473655
Octal3453553033022710766125
Binary1110010111101101110000111101001011110001111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EDC3; }

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

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

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

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

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

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

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

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