#EEFAF0

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

Shades of Dew #EEFAF0

Tints of Dew #EEFAF0

Color information

#EEFAF0 (or 0xEEFAF0) is unknown color: approx Dew. HEX triplet: EE, FA and F0. RGB value is (238,250,240). Sum of RGB (Red+Green+Blue) = 238+250+240=728 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.69% from 728); Green value is 250 (98.05% from 255 or 34.34% from 728); Blue value is 240 (94.14% from 255 or 32.97% from 728); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFAF0 is #11050F. Grayscale: #F5F5F5. Windows color (decimal): -1115408 or 15792878. OLE color: 15792878.

HSL color Cylindrical-coordinate representation of color #EEFAF0: hue angle of 130º 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 #EEFAF0 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB238250240-
CMYK0.0500.040.02
HSL130º54.55%95.69%-
HSV(B)130º4.8%98.04%-
XYZ85.1792.8495.87-
YUV245.27125.02122.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.69%
GREEN value IS 250 (98.05% from 255) = 34.34%
BLUE value IS 240 (94.14% from 255) = 32.97%
R=32.69%
G=34.34%
B=32.97%

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
Decimal2382502400.0500.040.0213054.5595.69
HexEEFAF05042823760
Octal356372360504220267140
Binary111011101111101011110000101010010100000101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAF0; }

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

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

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

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

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

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

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

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