#ECFEF0

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

Shades of Dew #ECFEF0

Tints of Dew #ECFEF0

Color information

#ECFEF0 (or 0xECFEF0) is unknown color: approx Dew. HEX triplet: EC, FE and F0. RGB value is (236,254,240). Sum of RGB (Red+Green+Blue) = 236+254+240=730 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.33% from 730); Green value is 254 (99.61% from 255 or 34.79% from 730); Blue value is 240 (94.14% from 255 or 32.88% from 730); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFEF0 is #13010F. Grayscale: #F7F7F7. Windows color (decimal): -1245456 or 15793900. OLE color: 15793900.

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

Color convert

RGB236254240-
CMYK0.0700.060.00
HSL133.33º90%96.08%-
HSV(B)133.33º7.09%99.61%-
XYZ85.7695.0196.26-
YUV247.02124.04120.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.33%
GREEN value IS 254 (99.61% from 255) = 34.79%
BLUE value IS 240 (94.14% from 255) = 32.88%
R=32.33%
G=34.79%
B=32.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2362542400.0700.060.00133.339096.08
HexECFEF07060855a60
Octal3543763607060205132140
Binary111011001111111011110000111011001000010110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFEF0; }

 p { color: rgb(236,254,240); }

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

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

 a { background-color: rgb(236,254,240); }

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

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

 span { border-color: rgb(236,254,240); }

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