#EEFEF2

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

Shades of Dew #EEFEF2

Tints of Dew #EEFEF2

Color information

#EEFEF2 (or 0xEEFEF2) is unknown color: approx Dew. HEX triplet: EE, FE and F2. RGB value is (238,254,242). Sum of RGB (Red+Green+Blue) = 238+254+242=734 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.43% from 734); Green value is 254 (99.61% from 255 or 34.60% from 734); Blue value is 242 (94.92% from 255 or 32.97% from 734); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFEF2 is #11010D. Grayscale: #F7F7F7. Windows color (decimal): -1114382 or 15924974. OLE color: 15924974.

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

Color convert

RGB238254242-
CMYK0.0600.050.00
HSL135º88.89%96.47%-
HSV(B)135º6.3%99.61%-
XYZ86.7395.4797.86-
YUV247.85124.7120.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.43%
GREEN value IS 254 (99.61% from 255) = 34.60%
BLUE value IS 242 (94.92% from 255) = 32.97%
R=32.43%
G=34.60%
B=32.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382542420.0600.050.0013588.8996.47
HexEEFEF26050875960
Octal3563763626050207131140
Binary111011101111111011110010110010101000011110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFEF2; }

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

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

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

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

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

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

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

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