#ECF0E7

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

Shades of Saltpan #ECF0E7

Tints of Saltpan #ECF0E7

Color information

#ECF0E7 (or 0xECF0E7) is unknown color: approx Saltpan. HEX triplet: EC, F0 and E7. RGB value is (236,240,231). Sum of RGB (Red+Green+Blue) = 236+240+231=707 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.38% from 707); Green value is 240 (94.14% from 255 or 33.95% from 707); Blue value is 231 (90.62% from 255 or 32.67% from 707); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF0E7 is #130F18. Grayscale: #EDEDED. Windows color (decimal): -1249049 or 15200492. OLE color: 15200492.

HSL color Cylindrical-coordinate representation of color #ECF0E7: hue angle of 86.67º degrees, saturation: 0.23, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECF0E7 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB236240231-
CMYK0.0200.040.06
HSL86.67º23.08%92.35%-
HSV(B)86.67º3.75%94.12%-
XYZ80.1885.9287.96-
YUV237.78124.17126.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.38%
GREEN value IS 240 (94.14% from 255) = 33.95%
BLUE value IS 231 (90.62% from 255) = 32.67%
R=33.38%
G=33.95%
B=32.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362402310.0200.040.0686.6723.0892.35
HexECF0E7204657175c
Octal354360347204612727134
Binary1110110011110000111001111001001101010111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF0E7; }

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

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

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

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

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

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

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

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