#ECF1F0

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

Shades of Clear Day #ECF1F0

Tints of Clear Day #ECF1F0

Color information

#ECF1F0 (or 0xECF1F0) is unknown color: approx Clear Day. HEX triplet: EC, F1 and F0. RGB value is (236,241,240). Sum of RGB (Red+Green+Blue) = 236+241+240=717 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.91% from 717); Green value is 241 (94.53% from 255 or 33.61% from 717); Blue value is 240 (94.14% from 255 or 33.47% from 717); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF1F0 is #130E0F. Grayscale: #EFEFEF. Windows color (decimal): -1248784 or 15790572. OLE color: 15790572.

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

Color convert

RGB236241240-
CMYK0.0200.000.05
HSL168º15.15%93.53%-
HSV(B)168º2.07%94.51%-
XYZ81.7887.0394.93-
YUV239.39128.34125.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.91%
GREEN value IS 241 (94.53% from 255) = 33.61%
BLUE value IS 240 (94.14% from 255) = 33.47%
R=32.91%
G=33.61%
B=33.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362412400.0200.000.0516815.1593.53
HexECF1F02005a8f5e
Octal354361360200525017136
Binary11101100111100011111000010001011010100011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF1F0; }

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

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

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

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

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

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

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

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