#E9EFEA

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

Shades of Dew #E9EFEA

Tints of Dew #E9EFEA

Color information

#E9EFEA (or 0xE9EFEA) is unknown color: approx Dew. HEX triplet: E9, EF and EA. RGB value is (233,239,234). Sum of RGB (Red+Green+Blue) = 233+239+234=706 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.00% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 239 - color contains mainly: green. Hex color #E9EFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EFEA is #161015. Grayscale: #ECECEC. Windows color (decimal): -1445910 or 15396841. OLE color: 15396841.

HSL color Cylindrical-coordinate representation of color #E9EFEA: hue angle of 130º degrees, saturation: 0.16, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E9EFEA is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB233239234-
CMYK0.0300.020.06
HSL130º15.79%92.55%-
HSV(B)130º2.51%93.73%-
XYZ79.328590.07-
YUV236.64126.51125.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.00%
GREEN value IS 239 (93.75% from 255) = 33.85%
BLUE value IS 234 (91.80% from 255) = 33.14%
R=33.00%
G=33.85%
B=33.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2332392340.0300.020.0613015.7992.55
HexE9EFEA302682105d
Octal351357352302620220135
Binary1110100111101111111010101101011010000010100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EFEA; }

 p { color: rgb(233,239,234); }

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

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

 a { background-color: rgb(233,239,234); }

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

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

 span { border-color: rgb(233,239,234); }

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