#EFFEF2

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

Shades of Dew #EFFEF2

Tints of Dew #EFFEF2

Color information

#EFFEF2 (or 0xEFFEF2) is unknown color: approx Dew. HEX triplet: EF, FE and F2. RGB value is (239,254,242). Sum of RGB (Red+Green+Blue) = 239+254+242=735 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.52% from 735); Green value is 254 (99.61% from 255 or 34.56% from 735); Blue value is 242 (94.92% from 255 or 32.93% from 735); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFEF2 is #10010D. Grayscale: #F8F8F8. Windows color (decimal): -1048846 or 15924975. OLE color: 15924975.

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

Color convert

RGB239254242-
CMYK0.0600.050.00
HSL132º88.24%96.67%-
HSV(B)132º5.91%99.61%-
XYZ87.0795.6597.88-
YUV248.15124.53121.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.52%
GREEN value IS 254 (99.61% from 255) = 34.56%
BLUE value IS 242 (94.92% from 255) = 32.93%
R=32.52%
G=34.56%
B=32.93%

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
Decimal2392542420.0600.050.0013288.2496.67
HexEFFEF26050845861
Octal3573763626050204130141
Binary111011111111111011110010110010101000010010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFEF2; }

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

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

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

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

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

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

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

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