#E4EDBC

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

Shades of Frost #E4EDBC

Tints of Frost #E4EDBC

Color information

#E4EDBC (or 0xE4EDBC) is unknown color: approx Frost. HEX triplet: E4, ED and BC. RGB value is (228,237,188). Sum of RGB (Red+Green+Blue) = 228+237+188=653 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.92% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 188 (73.83% from 255 or 28.79% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #E4EDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4EDBC is #1B1243. Grayscale: #E4E4E4. Windows color (decimal): -1774148 or 12381668. OLE color: 12381668.

HSL color Cylindrical-coordinate representation of color #E4EDBC: hue angle of 71.02º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E4EDBC is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB228237188-
CMYK0.0400.210.07
HSL71.02º57.65%83.33%-
HSV(B)71.02º20.68%92.94%-
XYZ71.3680.6959.39-
YUV228.72105.02127.48-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.92%
GREEN value IS 237 (92.97% from 255) = 36.29%
BLUE value IS 188 (73.83% from 255) = 28.79%
R=34.92%
G=36.29%
B=28.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2282371880.0400.210.0771.0257.6583.33
HexE4EDBC40157473a53
Octal3443552744025710772123
Binary11100100111011011011110010001010111110001111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4EDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4EDBC; }

 p { color: rgb(228,237,188); }

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

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

 a { background-color: rgb(228,237,188); }

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

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

 span { border-color: rgb(228,237,188); }

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