#EEFAF1

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

Shades of Dew #EEFAF1

Tints of Dew #EEFAF1

Color information

#EEFAF1 (or 0xEEFAF1) is unknown color: approx Dew. HEX triplet: EE, FA and F1. RGB value is (238,250,241). Sum of RGB (Red+Green+Blue) = 238+250+241=729 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.65% from 729); Green value is 250 (98.05% from 255 or 34.29% from 729); Blue value is 241 (94.53% from 255 or 33.06% from 729); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFAF1 is #11050E. Grayscale: #F5F5F5. Windows color (decimal): -1115407 or 15858414. OLE color: 15858414.

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

Color convert

RGB238250241-
CMYK0.0500.040.02
HSL135º54.55%95.69%-
HSV(B)135º4.8%98.04%-
XYZ85.3292.996.65-
YUV245.39125.52122.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.65%
GREEN value IS 250 (98.05% from 255) = 34.29%
BLUE value IS 241 (94.53% from 255) = 33.06%
R=32.65%
G=34.29%
B=33.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382502410.0500.040.0213554.5595.69
HexEEFAF15042873760
Octal356372361504220767140
Binary111011101111101011110001101010010100001111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAF1; }

 p { color: rgb(238,250,241); }

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

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

 a { background-color: rgb(238,250,241); }

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

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

 span { border-color: rgb(238,250,241); }

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