#E2F3D0

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

Shades of Frostee #E2F3D0

Tints of Frostee #E2F3D0

Color information

#E2F3D0 (or 0xE2F3D0) is unknown color: approx Frostee. HEX triplet: E2, F3 and D0. RGB value is (226,243,208). Sum of RGB (Red+Green+Blue) = 226+243+208=677 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.38% from 677); Green value is 243 (95.31% from 255 or 35.89% from 677); Blue value is 208 (81.64% from 255 or 30.72% from 677); Max value from RGB is 243 - color contains mainly: green. Hex color #E2F3D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F3D0 is #1D0C2F. Grayscale: #EAEAEA. Windows color (decimal): -1903664 or 13693922. OLE color: 13693922.

HSL color Cylindrical-coordinate representation of color #E2F3D0: hue angle of 89.14º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2F3D0 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB226243208-
CMYK0.0700.140.05
HSL89.14º59.32%88.43%-
HSV(B)89.14º14.4%95.29%-
XYZ74.884.8272.1-
YUV233.93113.37122.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.38%
GREEN value IS 243 (95.31% from 255) = 35.89%
BLUE value IS 208 (81.64% from 255) = 30.72%
R=33.38%
G=35.89%
B=30.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262432080.0700.140.0589.1459.3288.43
HexE2F3D070E5593b58
Octal3423633207016513173130
Binary1110001011110011110100001110111010110110011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F3D0; }

 p { color: rgb(226,243,208); }

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

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

 a { background-color: rgb(226,243,208); }

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

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

 span { border-color: rgb(226,243,208); }

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