#ECFCF0

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

Shades of Dew #ECFCF0

Tints of Dew #ECFCF0

Color information

#ECFCF0 (or 0xECFCF0) is unknown color: approx Dew. HEX triplet: EC, FC and F0. RGB value is (236,252,240). Sum of RGB (Red+Green+Blue) = 236+252+240=728 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.42% from 728); Green value is 252 (98.83% from 255 or 34.62% from 728); Blue value is 240 (94.14% from 255 or 32.97% from 728); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFCF0 is #13030F. Grayscale: #F5F5F5. Windows color (decimal): -1245968 or 15793388. OLE color: 15793388.

HSL color Cylindrical-coordinate representation of color #ECFCF0: hue angle of 135º degrees, saturation: 0.73, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECFCF0 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB236252240-
CMYK0.0600.050.01
HSL135º72.73%95.69%-
HSV(B)135º6.35%98.82%-
XYZ85.1393.7496.05-
YUV245.85124.7120.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.42%
GREEN value IS 252 (98.83% from 255) = 34.62%
BLUE value IS 240 (94.14% from 255) = 32.97%
R=32.42%
G=34.62%
B=32.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362522400.0600.050.0113572.7395.69
HexECFCF06051874960
Octal3543743606051207111140
Binary111011001111110011110000110010111000011110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFCF0; }

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

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

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

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

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

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

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

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