#E2EBBB

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

Shades of Frost #E2EBBB

Tints of Frost #E2EBBB

Color information

#E2EBBB (or 0xE2EBBB) is unknown color: approx Frost. HEX triplet: E2, EB and BB. RGB value is (226,235,187). Sum of RGB (Red+Green+Blue) = 226+235+187=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 187 (73.44% from 255 or 28.86% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EBBB is #1D1444. Grayscale: #E3E3E3. Windows color (decimal): -1905733 or 12315618. OLE color: 12315618.

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

Color convert

RGB226235187-
CMYK0.0400.200.08
HSL71.25º54.55%82.75%-
HSV(B)71.25º20.43%92.16%-
XYZ70.0479.1758.6-
YUV226.84105.52127.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.88%
GREEN value IS 235 (92.19% from 255) = 36.27%
BLUE value IS 187 (73.44% from 255) = 28.86%
R=34.88%
G=36.27%
B=28.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262351870.0400.200.0871.2554.5582.75
HexE2EBBB40148473753
Octal34235327340241010767123
Binary111000101110101110111011100010100100010001111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EBBB; }

 p { color: rgb(226,235,187); }

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

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

 a { background-color: rgb(226,235,187); }

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

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

 span { border-color: rgb(226,235,187); }

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