#E2ECBC

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

Shades of Frost #E2ECBC

Tints of Frost #E2ECBC

Color information

#E2ECBC (or 0xE2ECBC) is unknown color: approx Frost. HEX triplet: E2, EC and BC. RGB value is (226,236,188). Sum of RGB (Red+Green+Blue) = 226+236+188=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 188 (73.83% from 255 or 28.92% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #E2ECBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2ECBC is #1D1343. Grayscale: #E3E3E3. Windows color (decimal): -1905476 or 12381410. OLE color: 12381410.

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

Color convert

RGB226236188-
CMYK0.0400.200.07
HSL72.5º55.81%83.14%-
HSV(B)72.5º20.34%92.55%-
XYZ70.4479.7959.27-
YUV227.54105.69126.9-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.77%
GREEN value IS 236 (92.58% from 255) = 36.31%
BLUE value IS 188 (73.83% from 255) = 28.92%
R=34.77%
G=36.31%
B=28.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262361880.0400.200.0772.555.8183.14
HexE2ECBC40147483853
Octal3423542744024711070123
Binary11100010111011001011110010001010011110010001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ECBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ECBC; }

 p { color: rgb(226,236,188); }

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

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

 a { background-color: rgb(226,236,188); }

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

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

 span { border-color: rgb(226,236,188); }

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