#EFFBF2

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

Shades of Dew #EFFBF2

Tints of Dew #EFFBF2

Color information

#EFFBF2 (or 0xEFFBF2) is unknown color: approx Dew. HEX triplet: EF, FB and F2. RGB value is (239,251,242). Sum of RGB (Red+Green+Blue) = 239+251+242=732 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.65% from 732); Green value is 251 (98.44% from 255 or 34.29% from 732); Blue value is 242 (94.92% from 255 or 33.06% from 732); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFBF2 is #10040D. Grayscale: #F6F6F6. Windows color (decimal): -1049614 or 15924207. OLE color: 15924207.

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

Color convert

RGB239251242-
CMYK0.0500.040.02
HSL135º60%96.08%-
HSV(B)135º4.78%98.43%-
XYZ86.1293.7697.56-
YUV246.39125.52122.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.65%
GREEN value IS 251 (98.44% from 255) = 34.29%
BLUE value IS 242 (94.92% from 255) = 33.06%
R=32.65%
G=34.29%
B=33.06%

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
Decimal2392512420.0500.040.021356096.08
HexEFFBF25042873c60
Octal357373362504220774140
Binary111011111111101111110010101010010100001111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBF2; }

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

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

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

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

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

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

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

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