#EEFBF1

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

Shades of Dew #EEFBF1

Tints of Dew #EEFBF1

Color information

#EEFBF1 (or 0xEEFBF1) is unknown color: approx Dew. HEX triplet: EE, FB and F1. RGB value is (238,251,241). Sum of RGB (Red+Green+Blue) = 238+251+241=730 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.60% from 730); Green value is 251 (98.44% from 255 or 34.38% from 730); Blue value is 241 (94.53% from 255 or 33.01% from 730); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFBF1 is #11040E. Grayscale: #F6F6F6. Windows color (decimal): -1115151 or 15858670. OLE color: 15858670.

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

Color convert

RGB238251241-
CMYK0.0500.040.02
HSL133.85º61.9%95.88%-
HSV(B)133.85º5.18%98.43%-
XYZ85.6393.5296.76-
YUV245.97125.19122.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.60%
GREEN value IS 251 (98.44% from 255) = 34.38%
BLUE value IS 241 (94.53% from 255) = 33.01%
R=32.60%
G=34.38%
B=33.01%

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
Decimal2382512410.0500.040.02133.8561.995.88
HexEEFBF15042863e60
Octal356373361504220676140
Binary111011101111101111110001101010010100001101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBF1; }

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

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

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

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

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

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

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

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