#ECF2ED

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

Shades of Dew #ECF2ED

Tints of Dew #ECF2ED

Color information

#ECF2ED (or 0xECF2ED) is unknown color: approx Dew. HEX triplet: EC, F2 and ED. RGB value is (236,242,237). Sum of RGB (Red+Green+Blue) = 236+242+237=715 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.01% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 237 (92.97% from 255 or 33.15% from 715); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF2ED is #130D12. Grayscale: #EFEFEF. Windows color (decimal): -1248531 or 15594220. OLE color: 15594220.

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

Color convert

RGB236242237-
CMYK0.0200.020.05
HSL130º18.75%93.73%-
HSV(B)130º2.48%94.9%-
XYZ81.6387.4592.7-
YUV239.64126.51125.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.01%
GREEN value IS 242 (94.92% from 255) = 33.85%
BLUE value IS 237 (92.97% from 255) = 33.15%
R=33.01%
G=33.85%
B=33.15%

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
Decimal2362422370.0200.020.0513018.7593.73
HexECF2ED202582135e
Octal354362355202520223136
Binary1110110011110010111011011001010110000010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF2ED; }

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

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

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

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

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

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

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

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