#EEFFF2

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

Shades of Dew #EEFFF2

Tints of Dew #EEFFF2

Color information

#EEFFF2 (or 0xEEFFF2) is unknown color: approx Dew. HEX triplet: EE, FF and F2. RGB value is (238,255,242). Sum of RGB (Red+Green+Blue) = 238+255+242=735 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.38% from 735); Green value is 255 (100% from 255 or 34.69% from 735); Blue value is 242 (94.92% from 255 or 32.93% from 735); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFFF2 is #11000D. Grayscale: #F8F8F8. Windows color (decimal): -1114126 or 15925230. OLE color: 15925230.

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

Color convert

RGB238255242-
CMYK0.0700.050
HSL134.12º100%96.67%-
HSV(B)134.12º6.67%100%-
XYZ87.0596.1197.97-
YUV248.43124.37120.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.38%
GREEN value IS 255 (100% from 255) = 34.69%
BLUE value IS 242 (94.92% from 255) = 32.93%
R=32.38%
G=34.69%
B=32.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382552420.0700.050134.1210096.67
HexEEFFF27050866461
Octal3563773627050206144141
Binary111011101111111111110010111010101000011011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFFF2; }

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

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

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

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

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

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

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

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