#E2ECBD

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

Shades of Frost #E2ECBD

Tints of Frost #E2ECBD

Color information

#E2ECBD (or 0xE2ECBD) is unknown color: approx Frost. HEX triplet: E2, EC and BD. RGB value is (226,236,189). Sum of RGB (Red+Green+Blue) = 226+236+189=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 189 (74.22% from 255 or 29.03% from 651); Max value from RGB is 236 - color contains mainly: green. Hex color #E2ECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2ECBD is #1D1342. Grayscale: #E3E3E3. Windows color (decimal): -1905475 or 12446946. OLE color: 12446946.

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

Color convert

RGB226236189-
CMYK0.0400.200.07
HSL72.77º55.29%83.33%-
HSV(B)72.77º19.92%92.55%-
XYZ70.5479.8359.84-
YUV227.65106.19126.82-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.72%
GREEN value IS 236 (92.58% from 255) = 36.25%
BLUE value IS 189 (74.22% from 255) = 29.03%
R=34.72%
G=36.25%
B=29.03%

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
Decimal2262361890.0400.200.0772.7755.2983.33
HexE2ECBD40147493753
Octal3423542754024711167123
Binary11100010111011001011110110001010011110010011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ECBD; }

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

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

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

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

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

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

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

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