#EEF4EF

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

Shades of Dew #EEF4EF

Tints of Dew #EEF4EF

Color information

#EEF4EF (or 0xEEF4EF) is unknown color: approx Dew. HEX triplet: EE, F4 and EF. RGB value is (238,244,239). Sum of RGB (Red+Green+Blue) = 238+244+239=721 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.01% from 721); Green value is 244 (95.70% from 255 or 33.84% from 721); Blue value is 239 (93.75% from 255 or 33.15% from 721); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF4EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF4EF is #110B10. Grayscale: #F1F1F1. Windows color (decimal): -1116945 or 15725806. OLE color: 15725806.

HSL color Cylindrical-coordinate representation of color #EEF4EF: hue angle of 130º degrees, saturation: 0.21, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EEF4EF is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB238244239-
CMYK0.0200.020.04
HSL130º21.43%94.51%-
HSV(B)130º2.46%95.69%-
XYZ83.1989.1194.48-
YUV241.64126.51125.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.01%
GREEN value IS 244 (95.70% from 255) = 33.84%
BLUE value IS 239 (93.75% from 255) = 33.15%
R=33.01%
G=33.84%
B=33.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382442390.0200.020.0413021.4394.51
HexEEF4EF202482155f
Octal356364357202420225137
Binary1110111011110100111011111001010010000010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF4EF; }

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

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

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

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

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

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

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

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