#E2ECBA

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

Shades of Frost #E2ECBA

Tints of Frost #E2ECBA

Color information

#E2ECBA (or 0xE2ECBA) is unknown color: approx Frost. HEX triplet: E2, EC and BA. RGB value is (226,236,186). Sum of RGB (Red+Green+Blue) = 226+236+186=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #E2ECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2ECBA is #1D1345. Grayscale: #E3E3E3. Windows color (decimal): -1905478 or 12250338. OLE color: 12250338.

HSL color Cylindrical-coordinate representation of color #E2ECBA: hue angle of 72º degrees, saturation: 0.57, 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 #E2ECBA is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB226236186-
CMYK0.0400.210.07
HSL72º56.82%82.75%-
HSV(B)72º21.19%92.55%-
XYZ70.2279.758.14-
YUV227.31104.69127.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.88%
GREEN value IS 236 (92.58% from 255) = 36.42%
BLUE value IS 186 (73.05% from 255) = 28.70%
R=34.88%
G=36.42%
B=28.70%

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
Decimal2262361860.0400.210.077256.8282.75
HexE2ECBA40157483953
Octal3423542724025711071123
Binary11100010111011001011101010001010111110010001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ECBA; }

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

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

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

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

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

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

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

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