#EEF2EF

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

Shades of Dew #EEF2EF

Tints of Dew #EEF2EF

Color information

#EEF2EF (or 0xEEF2EF) is unknown color: approx Dew. HEX triplet: EE, F2 and EF. RGB value is (238,242,239). Sum of RGB (Red+Green+Blue) = 238+242+239=719 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.10% from 719); Green value is 242 (94.92% from 255 or 33.66% from 719); Blue value is 239 (93.75% from 255 or 33.24% from 719); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF2EF is #110D10. Grayscale: #F0F0F0. Windows color (decimal): -1117457 or 15725294. OLE color: 15725294.

HSL color Cylindrical-coordinate representation of color #EEF2EF: hue angle of 135º degrees, saturation: 0.13, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EEF2EF is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB238242239-
CMYK0.0200.010.05
HSL135º13.33%94.12%-
HSV(B)135º1.65%94.9%-
XYZ82.5987.9194.28-
YUV240.46127.17126.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.10%
GREEN value IS 242 (94.92% from 255) = 33.66%
BLUE value IS 239 (93.75% from 255) = 33.24%
R=33.10%
G=33.66%
B=33.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382422390.0200.010.0513513.3394.12
HexEEF2EF201587d5e
Octal356362357201520715136
Binary11101110111100101110111110011011000011111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2EF; }

 p { color: rgb(238,242,239); }

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

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

 a { background-color: rgb(238,242,239); }

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

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

 span { border-color: rgb(238,242,239); }

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