#ECF4F2

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

Shades of Clear Day #ECF4F2

Tints of Clear Day #ECF4F2

Color information

#ECF4F2 (or 0xECF4F2) is unknown color: approx Clear Day. HEX triplet: EC, F4 and F2. RGB value is (236,244,242). Sum of RGB (Red+Green+Blue) = 236+244+242=722 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.69% from 722); Green value is 244 (95.70% from 255 or 33.80% from 722); Blue value is 242 (94.92% from 255 or 33.52% from 722); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF4F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF4F2 is #130B0D. Grayscale: #F1F1F1. Windows color (decimal): -1248014 or 15922412. OLE color: 15922412.

HSL color Cylindrical-coordinate representation of color #ECF4F2: hue angle of 165º degrees, saturation: 0.27, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ECF4F2 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB236244242-
CMYK0.0300.010.04
HSL165º26.67%94.12%-
HSV(B)165º3.28%95.69%-
XYZ82.9788.9596.8-
YUV241.38128.35124.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.69%
GREEN value IS 244 (95.70% from 255) = 33.80%
BLUE value IS 242 (94.92% from 255) = 33.52%
R=32.69%
G=33.80%
B=33.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362442420.0300.010.0416526.6794.12
HexECF4F23014a51b5e
Octal354364362301424533136
Binary111011001111010011110010110110010100101110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF4F2; }

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

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

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

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

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

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

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

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