#ECF1ED

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

Shades of Dew #ECF1ED

Tints of Dew #ECF1ED

Color information

#ECF1ED (or 0xECF1ED) is unknown color: approx Dew. HEX triplet: EC, F1 and ED. RGB value is (236,241,237). Sum of RGB (Red+Green+Blue) = 236+241+237=714 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.05% from 714); Green value is 241 (94.53% from 255 or 33.75% from 714); Blue value is 237 (92.97% from 255 or 33.19% from 714); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF1ED is #130E12. Grayscale: #EFEFEF. Windows color (decimal): -1248787 or 15593964. OLE color: 15593964.

HSL color Cylindrical-coordinate representation of color #ECF1ED: hue angle of 132º degrees, saturation: 0.15, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ECF1ED is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB236241237-
CMYK0.0200.020.05
HSL132º15.15%93.53%-
HSV(B)132º2.07%94.51%-
XYZ81.3386.8692.6-
YUV239.05126.84125.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.05%
GREEN value IS 241 (94.53% from 255) = 33.75%
BLUE value IS 237 (92.97% from 255) = 33.19%
R=33.05%
G=33.75%
B=33.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362412370.0200.020.0513215.1593.53
HexECF1ED202584f5e
Octal354361355202520417136
Binary111011001111000111101101100101011000010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF1ED; }

 p { color: rgb(236,241,237); }

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

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

 a { background-color: rgb(236,241,237); }

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

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

 span { border-color: rgb(236,241,237); }

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